Package com.okta.sdk.resource.model
Class OidcJwksEndpoint
java.lang.Object
com.okta.sdk.resource.model.OidcJwksEndpoint
- 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 OidcJwksEndpoint
extends Object
implements Serializable
Endpoint for the JSON Web Key Set (JWKS) document. This document contains signing keys that are used to validate the
signatures from the provider. For more information on JWKS, see [JSON Web Key](https://tools.ietf.org/html/rfc7517).
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbinding
(ProtocolEndpointBinding binding) boolean
Get bindinggetUrl()
URL of the endpoint to the JWK Setint
hashCode()
void
setBinding
(ProtocolEndpointBinding binding) void
toString()
-
Field Details
-
JSON_PROPERTY_BINDING
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
-
Constructor Details
-
OidcJwksEndpoint
public OidcJwksEndpoint()
-
-
Method Details