Package com.okta.sdk.resource.model
Class ProvisioningConnectionProfileToken
java.lang.Object
com.okta.sdk.resource.model.ProvisioningConnectionProfileToken
- All Implemented Interfaces:
 Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-06-17T07:49:15.347219-05:00[America/Chicago]",
           comments="Generator version: 7.5.0")
public class ProvisioningConnectionProfileToken
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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionauthScheme(ProvisioningConnectionAuthSchemeRequest authScheme) booleanGet authSchemegetToken()Token used to authenticate with the appinthashCode()voidsetAuthScheme(ProvisioningConnectionAuthSchemeRequest authScheme) voidtoString() 
- 
Field Details
- 
JSON_PROPERTY_AUTH_SCHEME
- See Also:
 
 - 
JSON_PROPERTY_TOKEN
- See Also:
 
 
 - 
 - 
Constructor Details
- 
ProvisioningConnectionProfileToken
public ProvisioningConnectionProfileToken() 
 - 
 - 
Method Details
- 
authScheme
public ProvisioningConnectionProfileToken authScheme(ProvisioningConnectionAuthSchemeRequest authScheme)  - 
getAuthScheme
Get authScheme- Returns:
 - authScheme
 
 - 
setAuthScheme
 - 
token
 - 
getToken
Token used to authenticate with the app- Returns:
 - token
 
 - 
setToken
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -