Uses of Enum
com.okta.sdk.resource.model.PinRequest.FulfillmentProviderEnum
Packages that use PinRequest.FulfillmentProviderEnum
-
Uses of PinRequest.FulfillmentProviderEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return PinRequest.FulfillmentProviderEnumModifier 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.Methods in com.okta.sdk.resource.model with parameters of type PinRequest.FulfillmentProviderEnumModifier and TypeMethodDescriptionPinRequest.fulfillmentProvider(PinRequest.FulfillmentProviderEnum fulfillmentProvider) voidPinRequest.setFulfillmentProvider(PinRequest.FulfillmentProviderEnum fulfillmentProvider)