JWT signing
Last updated
Was this helpful?
Last updated
Was this helpful?
Keyelss mobile SDK can generate a signed a JWT containing a custom payload. You can use the signed JWT to implement .
Pass JwtSigningInfo
to the authentication to generate a signed JWT:
The AuthenticationSuccess contains the following fields:
signedJwt
: the signed JWT.