|
10Duke Java Core
|
Java type mapping for a JWT claim.
Public Member Functions | |
| JwtClaim (final String name) | |
| Creates a new instance of this class with provided claim name. | |
| String | toString () |
Returns the claim name and type formatted as: name:type. | |
| tenduke.sdk.core.model.jwt.JwtClaim.JwtClaim | ( | final String | name | ) |
Creates a new instance of this class with provided claim name.
Sets the Java type mapping to String.class.
| name | The claim name. |
| String tenduke.sdk.core.model.jwt.JwtClaim.toString | ( | ) |
Returns the claim name and type formatted as: name:type.