10Duke Java Core
Loading...
Searching...
No Matches
tenduke.sdk.core.model.jwt.JwtClaim Class Reference

Detailed Description

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.
 

Constructor & Destructor Documentation

◆ JwtClaim()

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.

Parameters
nameThe claim name.

Member Function Documentation

◆ toString()

String tenduke.sdk.core.model.jwt.JwtClaim.toString ( )

Returns the claim name and type formatted as: name:type.

Returns
the JWT claim name and type formatted into a String.

The documentation for this class was generated from the following file: