Uses of Enum
com.okta.sdk.resource.model.OAuthProvisioningEnabledApp
-
Uses of OAuthProvisioningEnabledApp in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionvoid
ApplicationConnectionsApi.verifyProvisioningConnectionForApplication
(OAuthProvisioningEnabledApp appName, String appId, String code, String state) Verify the Provisioning Connection Verifies the OAuth 2.0-based connection as part of the OAuth 2.0 consent flow.void
ApplicationConnectionsApi.verifyProvisioningConnectionForApplication
(OAuthProvisioningEnabledApp appName, String appId, String code, String state, Map<String, String> additionalHeaders) Verify the Provisioning Connection Verifies the OAuth 2.0-based connection as part of the OAuth 2.0 consent flow. -
Uses of OAuthProvisioningEnabledApp in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic OAuthProvisioningEnabledApp
static OAuthProvisioningEnabledApp
Returns the enum constant of this type with the specified name.static OAuthProvisioningEnabledApp[]
OAuthProvisioningEnabledApp.values()
Returns an array containing the constants of this enum type, in the order they are declared.