public class JWTCredential
Represents a JWT credential consist of the specified payload
| Constructor and Description |
|---|
JWTCredential(com.auth0.jwt.interfaces.Payload payload)
Represents a JWT credential consist of the specified payload
|
| Modifier and Type | Method and Description |
|---|---|
com.auth0.jwt.interfaces.Payload |
getPayload()
JWT
|