Interface AuthenticationData

interface AuthenticationData {
    codeVerifier: string;
    url: string;
}

Properties

Properties

codeVerifier: string

the code_verifier that matches the codeChallenge in authorize url - store for requesting the access token

url: string

The URL for requesting OAuth2 authorization