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

interface AuthenticationDetails {
    authenticationUrl: string;
}

Properties

authenticationUrl: string

The url, which initiates the Authorization Code Flow.