@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface AuthenticationDetails

    Represent the authentication details response, which is used to trigger the Authorization Code Flow.

    interface AuthenticationDetails {
        authenticationUrl: string;
    }
    Index

    Properties

    authenticationUrl: string

    The url, which initiates the Authorization Code Flow.