Package com.okta.sdk.resource.model
Class ProvisioningConnectionProfileOauth
java.lang.Object
com.okta.sdk.resource.model.ProvisioningConnectionProfileOauth
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class ProvisioningConnectionProfileOauth
extends Object
implements Serializable
The app provisioning connection profile used to configure the method of authentication and the credentials. Currently, token-based and OAuth 2.0-based authentication are supported.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionauthScheme
(ProvisioningConnectionAuthSchemeRequest authScheme) boolean
Get authSchemeUnique client identifier for the OAuth 2.0 service app from the target orgint
hashCode()
void
setAuthScheme
(ProvisioningConnectionAuthSchemeRequest authScheme) void
setClientId
(String clientId) toString()
-
Field Details
-
JSON_PROPERTY_AUTH_SCHEME
- See Also:
-
JSON_PROPERTY_CLIENT_ID
- See Also:
-
-
Constructor Details
-
ProvisioningConnectionProfileOauth
public ProvisioningConnectionProfileOauth()
-
-
Method Details
-
authScheme
public ProvisioningConnectionProfileOauth authScheme(ProvisioningConnectionAuthSchemeRequest authScheme) -
getAuthScheme
Get authScheme- Returns:
- authScheme
-
setAuthScheme
-
clientId
-
getClientId
Unique client identifier for the OAuth 2.0 service app from the target org- Returns:
- clientId
-
setClientId
-
equals
-
hashCode
public int hashCode() -
toString
-