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-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.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
(ProvisioningConnectionOauthAuthScheme authScheme) boolean
Get authSchemeGet clientIdint
hashCode()
void
setAuthScheme
(ProvisioningConnectionOauthAuthScheme 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(ProvisioningConnectionOauthAuthScheme authScheme) -
getAuthScheme
Get authScheme- Returns:
- authScheme
-
setAuthScheme
-
clientId
-
getClientId
Get clientId- Returns:
- clientId
-
setClientId
-
equals
-
hashCode
public int hashCode() -
toString
-