Credentials.jwt constructor
- 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 = realmCore.createAppCredentialsJwt(token);