JSON Web Token (pdk.jwt)
Contains structures to handle JSON Web Token (JWT)
JwtUser
Used in web applications, particularly those employing JSON Web Tokens (JWTs) for user authentication and authorization.
Properties:
email :: pdk.core.String
permission :: pdk.core.String
role :: pdk.core.String
userId :: pdk.core.String
username :: pdk.core.String
Superstructures: Object <- Any
Last updated