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