Interface AuthorizationCodeTokenProcedureContext$PresentedNonce
Hierarchy
- AuthorizationCodeTokenProcedureContext$PresentedNonce
Properties
createdAt
createdAt: number
data
data
: { audience
: StringOrArray; authenticationAttributes
: null | object; claims
: null | object; clientId
: null | string; created
: number; expires
: number; owner
: null | string; purpose
: "nonce"; redirectUri
: null | string; redirectUriProvided
: null | boolean; scope
: string; }
Type declaration
-
-
authenticationAttributes: null | object
-
claims: null | object
-
clientId: null | string
-
created: number
-
expires: number
-
owner: null | string
-
purpose: "nonce"
-
redirectUri: null | string
-
redirectUriProvided: null | boolean
-
scope: string
expiresAt
expiresAt: number
Methods
getCreatedAt
- getCreatedAt(): number
-
Returns number
getData
- getData(): {
audience: StringOrArray;
authenticationAttributes: null | object;
claims: null | object;
clientId: null | string;
created: number;
expires: number;
owner: null | string;
purpose: "nonce";
redirectUri: null | string;
redirectUriProvided: null | boolean;
scope: string;
}
-
Returns {
audience: StringOrArray;
authenticationAttributes: null | object;
claims: null | object;
clientId: null | string;
created: number;
expires: number;
owner: null | string;
purpose: "nonce";
redirectUri: null | string;
redirectUriProvided: null | boolean;
scope: string;
}
-
-
authenticationAttributes: null | object
-
claims: null | object
-
clientId: null | string
-
created: number
-
expires: number
-
owner: null | string
-
purpose: "nonce"
-
redirectUri: null | string
-
redirectUriProvided: null | boolean
-
scope: string
getExpiresAt
- getExpiresAt(): number
-
Returns number
The nonce that was presented in the request.