Uses of Enum
com.okta.sdk.resource.model.AuthenticatorKeyEnum
-
Uses of AuthenticatorKeyEnum in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic AuthenticatorKeyEnum
AuthenticatorBase.getKey()
Get keyWellKnownAppAuthenticatorConfiguration.getKey()
Get keystatic AuthenticatorKeyEnum
Returns the enum constant of this type with the specified name.static AuthenticatorKeyEnum[]
AuthenticatorKeyEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAuthenticatorBase.key
(AuthenticatorKeyEnum key) WellKnownAppAuthenticatorConfiguration.key
(AuthenticatorKeyEnum key) void
AuthenticatorBase.setKey
(AuthenticatorKeyEnum key) void
WellKnownAppAuthenticatorConfiguration.setKey
(AuthenticatorKeyEnum key)