Uses of Class
com.nimbusds.oauth2.sdk.ciba.CIBAHintType
-
Packages that use CIBAHintType Package Description com.nimbusds.oauth2.sdk.ciba OpenID Connect Client Initiated Backchannel Authentication (CIBA) Flow - Core 1.0 classes. -
-
Uses of CIBAHintType in com.nimbusds.oauth2.sdk.ciba
Methods in com.nimbusds.oauth2.sdk.ciba that return CIBAHintType Modifier and Type Method Description CIBAHintTypeCIBARequest. getHintType()Returns the hint type.static CIBAHintTypeCIBAHintType. valueOf(String name)Returns the enum constant of this type with the specified name.static CIBAHintType[]CIBAHintType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-