CredentialResponse
CredentialResponse
Defines an exchanged JWT along with its expiration date.
JSON Example
{
"token": "string",
"expirationTime": "2025-01-28T23:59:47.000+0000"
}
string
token
Optional
a JWT.
string
expirationTime
Optional
An ISO-8601 formatted date.