Package com.okta.sdk.resource.model
Class ProvisioningConnectionTokenRequestProfile
java.lang.Object
com.okta.sdk.resource.model.ProvisioningConnectionTokenRequestProfile
- 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 ProvisioningConnectionTokenRequestProfile
extends Object
implements Serializable
ProvisioningConnectionTokenRequestProfile
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionauthScheme
(ProvisioningConnectionTokenAuthScheme authScheme) boolean
Get authSchemegetToken()
Token used to authenticate with the appint
hashCode()
void
setAuthScheme
(ProvisioningConnectionTokenAuthScheme authScheme) void
toString()
-
Field Details
-
JSON_PROPERTY_AUTH_SCHEME
- See Also:
-
JSON_PROPERTY_TOKEN
- See Also:
-
-
Constructor Details
-
ProvisioningConnectionTokenRequestProfile
public ProvisioningConnectionTokenRequestProfile()
-
-
Method Details
-
authScheme
public ProvisioningConnectionTokenRequestProfile authScheme(ProvisioningConnectionTokenAuthScheme 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
-