Uses of Enum
com.okta.sdk.resource.model.PinRequest.FulfillmentProviderEnum
-
Uses of PinRequest.FulfillmentProviderEnum in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionPinRequest.getFulfillmentProvider()
Name of the fulfillment provider for the WebAuthn Preregistration FactorReturns the enum constant of this type with the specified name.static PinRequest.FulfillmentProviderEnum[]
PinRequest.FulfillmentProviderEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionPinRequest.fulfillmentProvider
(PinRequest.FulfillmentProviderEnum fulfillmentProvider) void
PinRequest.setFulfillmentProvider
(PinRequest.FulfillmentProviderEnum fulfillmentProvider)