Uses of Enum
com.okta.sdk.resource.model.ProvisioningConnectionTokenAuthScheme
-
Uses of ProvisioningConnectionTokenAuthScheme in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionProvisioningConnectionResponse.getAuthScheme()
Get authSchemeProvisioningConnectionTokenRequestProfile.getAuthScheme()
Get authSchemeReturns the enum constant of this type with the specified name.ProvisioningConnectionTokenAuthScheme.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionProvisioningConnectionResponse.authScheme
(ProvisioningConnectionTokenAuthScheme authScheme) ProvisioningConnectionTokenRequestProfile.authScheme
(ProvisioningConnectionTokenAuthScheme authScheme) void
ProvisioningConnectionResponse.setAuthScheme
(ProvisioningConnectionTokenAuthScheme authScheme) void
ProvisioningConnectionTokenRequestProfile.setAuthScheme
(ProvisioningConnectionTokenAuthScheme authScheme)