@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.678Z") @Stability(value=Stable) public interface OidcEndpoints extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cognito.*;
OidcEndpoints oidcEndpoints = OidcEndpoints.builder()
.authorization("authorization")
.jwksUri("jwksUri")
.token("token")
.userInfo("userInfo")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
OidcEndpoints.Builder
A builder for
OidcEndpoints |
static class |
OidcEndpoints.Jsii$Proxy
An implementation for
OidcEndpoints |
| Modifier and Type | Method and Description |
|---|---|
static OidcEndpoints.Builder |
builder() |
String |
getAuthorization()
Authorization endpoint.
|
String |
getJwksUri()
Jwks_uri endpoint.
|
String |
getToken()
Token endpoint.
|
String |
getUserInfo()
UserInfo endpoint.
|
@Stability(value=Stable) @NotNull String getAuthorization()
@Stability(value=Stable) @NotNull String getJwksUri()
@Stability(value=Stable) @NotNull String getToken()
@Stability(value=Stable) @NotNull String getUserInfo()
@Stability(value=Stable) static OidcEndpoints.Builder builder()
OidcEndpoints.Builder of OidcEndpointsCopyright © 2022. All rights reserved.