authorizationResponsePayload
authorizationResponsePayload: {
access_token?: string;
expires_in?: number;
id_token?: string;
presentation_submission?: any;
refresh_token?: string;
state?: string;
token_type?: string;
vp_token:
| string
| Record<string, any>
| [string | Record<string, any>, ...(string | Record<string, any>)[]]
| Record<
string,
| string
| Record<string, any>
| [string | Record<string, any>, ...(string | Record<string, any>)[]],
>;
[key: string]: unknown;
}
The JWK used to encrypt the JARM response. Only defined if the response is encrypted.