Package com.okta.sdk.resource.model
Class OAuthAuthorizationEndpoint
java.lang.Object
com.okta.sdk.resource.model.OAuthAuthorizationEndpoint
- 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 OAuthAuthorizationEndpoint
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) authorization endpointint
hashCode()
void
setBinding
(ProtocolEndpointBinding binding) void
toString()
-
Field Details
-
JSON_PROPERTY_BINDING
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
-
Constructor Details
-
OAuthAuthorizationEndpoint
public OAuthAuthorizationEndpoint()
-
-
Method Details
-
binding
-
getBinding
Get binding- Returns:
- binding
-
setBinding
-
url
-
getUrl
URL of the IdP Authorization Server (AS) authorization endpoint- Returns:
- url
-
setUrl
-
equals
-
hashCode
public int hashCode() -
toString
-