Uses of Class
com.nimbusds.oauth2.sdk.token.TokenEncoding
-
Packages that use TokenEncoding Package Description com.nimbusds.oauth2.sdk.token OAuth 2.0 access and refresh token implementations. -
-
Uses of TokenEncoding in com.nimbusds.oauth2.sdk.token
Methods in com.nimbusds.oauth2.sdk.token that return TokenEncoding Modifier and Type Method Description static TokenEncodingTokenEncoding. valueOf(String name)Returns the enum constant of this type with the specified name.static TokenEncoding[]TokenEncoding. values()Returns an array containing the constants of this enum type, in the order they are declared.
-