Credentials.jwt constructor
Credentials.jwt(
- String token
Returns a Credentials object that can be used to authenticate a user with a custom JWT. Custom-JWT Authentication Docs
Implementation
Credentials.jwt(String token) : _handle = CredentialsHandle.jwt(token);