TokenData
resulting token data
interface TokenData {
code_challenge?: string;
code_verifier?: string;
token: string;
}
index
properties
Properties
code_challenge ?
code challenge if pkce was enabled
string
code_verifier ?
code verifier if pkce was enabled
string
token
the generated token
string