Uses of Enum
com.okta.sdk.resource.model.OAuthMetadata.DpopSigningAlgValuesSupportedEnum
-
Uses of OAuthMetadata.DpopSigningAlgValuesSupportedEnum in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.OAuthMetadata.DpopSigningAlgValuesSupportedEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionOAuthMetadata.getDpopSigningAlgValuesSupported()
A list of signing algorithms supported by this authorization server for Demonstrating Proof-of-Possession (DPoP) JWTs.Modifier and TypeMethodDescriptionOAuthMetadata.adddpopSigningAlgValuesSupportedItem
(OAuthMetadata.DpopSigningAlgValuesSupportedEnum dpopSigningAlgValuesSupportedItem) Modifier and TypeMethodDescriptionOAuthMetadata.dpopSigningAlgValuesSupported
(List<OAuthMetadata.DpopSigningAlgValuesSupportedEnum> dpopSigningAlgValuesSupported) void
OAuthMetadata.setDpopSigningAlgValuesSupported
(List<OAuthMetadata.DpopSigningAlgValuesSupportedEnum> dpopSigningAlgValuesSupported)