Cerbos JavaScript SDK
Cerbos
GitHub
Preparing search index...
@cerbos/core
DecodedAuxData
Interface DecodedAuxData
Auxiliary data after decoding the JSON Web Token.
interface
DecodedAuxData
{
jwt
:
Record
<
string
,
Value
>
;
}
Index
Properties
jwt
Properties
jwt
jwt
:
Record
<
string
,
Value
>
Claims read from a JSON Web Token (JWT).
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
jwt
Cerbos
GitHub
Cerbos JavaScript SDK
Loading...
Auxiliary data after decoding the JSON Web Token.