Package com.okta.sdk.resource.model
Class OAuthTokenEndpoint
java.lang.Object
com.okta.sdk.resource.model.OAuthTokenEndpoint
- 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 OAuthTokenEndpoint
extends Object
implements Serializable
Endpoint for an [OAuth 2.0 Authorization Server (AS)](https://tools.ietf.org/html/rfc6749#page-18)
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbinding
(ProtocolEndpointBinding binding) boolean
Get bindinggetUrl()
URL of the IdP Authorization Server (AS) token endpointint
hashCode()
void
setBinding
(ProtocolEndpointBinding binding) void
toString()
-
Field Details
-
JSON_PROPERTY_BINDING
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
-
Constructor Details
-
OAuthTokenEndpoint
public OAuthTokenEndpoint()
-
-
Method Details