Uses of Class
com.pingidentity.sdk.oauth20.registration.ClientAuthType
-
Packages that use ClientAuthType Package Description com.pingidentity.sdk.oauth20.registration A plugin interface, with associated classes, for creating custom OAuth 2.0 client registration policies. -
-
Uses of ClientAuthType in com.pingidentity.sdk.oauth20.registration
Methods in com.pingidentity.sdk.oauth20.registration that return ClientAuthType Modifier and Type Method Description static ClientAuthTypeClientAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientAuthType[]ClientAuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-