Uses of Enum
com.okta.sdk.resource.model.OAuthMetadata.DpopSigningAlgValuesSupportedEnum
Packages that use OAuthMetadata.DpopSigningAlgValuesSupportedEnum
-
Uses of OAuthMetadata.DpopSigningAlgValuesSupportedEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OAuthMetadata.DpopSigningAlgValuesSupportedEnumModifier 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.Methods in com.okta.sdk.resource.model that return types with arguments of type OAuthMetadata.DpopSigningAlgValuesSupportedEnumModifier and TypeMethodDescriptionOAuthMetadata.getDpopSigningAlgValuesSupported()
A list of signing algorithms supported by this authorization server for Demonstrating Proof-of-Possession (DPoP) JWTs.Methods in com.okta.sdk.resource.model with parameters of type OAuthMetadata.DpopSigningAlgValuesSupportedEnumModifier and TypeMethodDescriptionOAuthMetadata.adddpopSigningAlgValuesSupportedItem
(OAuthMetadata.DpopSigningAlgValuesSupportedEnum dpopSigningAlgValuesSupportedItem) Method parameters in com.okta.sdk.resource.model with type arguments of type OAuthMetadata.DpopSigningAlgValuesSupportedEnumModifier and TypeMethodDescriptionOAuthMetadata.dpopSigningAlgValuesSupported
(List<OAuthMetadata.DpopSigningAlgValuesSupportedEnum> dpopSigningAlgValuesSupported) void
OAuthMetadata.setDpopSigningAlgValuesSupported
(List<OAuthMetadata.DpopSigningAlgValuesSupportedEnum> dpopSigningAlgValuesSupported)