AuthInfo
Authentication information containing token claims. Contains parsed JWT claims including token string, expiration, user information, and other standard JWT fields.
Declaration
data class AuthInfoProperties
| Name | Type | Summary |
|---|---|---|
| audience | String | - |
| String | - | |
| expirationTime | Int | - |
| issuedAtTime | Int | - |
| issuer | String | - |
| name | String | - |
| subject | String | - |
| token | String | - |
| userId | String | - |