Uses of Enum
com.okta.sdk.resource.model.ProtocolAlgorithmRequestScope
-
Uses of ProtocolAlgorithmRequestScope in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionOidcRequestSignatureAlgorithm.getScope()
Get scopeSamlRequestSignatureAlgorithm.getScope()
Get scopeReturns the enum constant of this type with the specified name.static ProtocolAlgorithmRequestScope[]
ProtocolAlgorithmRequestScope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionOidcRequestSignatureAlgorithm.scope
(ProtocolAlgorithmRequestScope scope) SamlRequestSignatureAlgorithm.scope
(ProtocolAlgorithmRequestScope scope) void
OidcRequestSignatureAlgorithm.setScope
(ProtocolAlgorithmRequestScope scope) void
SamlRequestSignatureAlgorithm.setScope
(ProtocolAlgorithmRequestScope scope)