Class OidcDiscoveryDocument
java.lang.Object
dev.getelements.elements.service.auth.oidc.OidcDiscoveryDocument
The subset of an OIDC provider's discovery document (normally served at
/.well-known/openid-configuration) needed to drive the authorization code flow. Internal wire-format
DTO only — field names follow the snake_case wire format defined by the OIDC Discovery specification. Not part
of the public SDK model since sdk-model has no Jackson dependency.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAuthorizationEndpoint(String authorizationEndpoint) voidvoidsetJwksUri(String jwksUri) voidsetTokenEndpoint(String tokenEndpoint)
-
Constructor Details
-
OidcDiscoveryDocument
public OidcDiscoveryDocument()
-
-
Method Details
-
getIssuer
-
setIssuer
-
getAuthorizationEndpoint
-
setAuthorizationEndpoint
-
getTokenEndpoint
-
setTokenEndpoint
-
getJwksUri
-
setJwksUri
-