TokenData
token data to pass from createToken
in cyxth backend modules
interface TokenData {
code_challenge: string;
code_verifier: string;
token: string;
}
index
properties
Properties
code_challenge
string
code_verifier
string
token
string