ping-identity
    Preparing search index...

    Type Alias JourneySSOToken

    SSO token payload resolved from Journey session storage.

    type JourneySSOToken = {
        realm: string;
        successUrl: string;
        value: string;
    }
    Index

    Properties

    realm: string

    Realm associated with the SSO token.

    successUrl: string

    Success URL associated with the SSO token.

    value: string

    SSO token value.