Module fusionauth_rust_client::models::jwt
source · Structs§
- Jwt : JSON Web Token (JWT) as defined by RFC 7519.
From RFC 7519 Section 1. Introduction: The suggested pronunciation of JWT is the same as the English word "jot".
The JWT is not Thread-Safe and should not be re-used.