Interface IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.652Z") @Stability(Stable) public interface IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentityPlatformConfigBlockingFunctionsForwardInboundCredentials.Builderstatic classIdentityPlatformConfigBlockingFunctionsForwardInboundCredentials.Jsii$ProxyAn implementation forIdentityPlatformConfigBlockingFunctionsForwardInboundCredentials
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials.Builderbuilder()default ObjectgetAccessToken()Whether to pass the user's OAuth identity provider's access token.default ObjectgetIdToken()Whether to pass the user's OIDC identity provider's ID token.default ObjectgetRefreshToken()Whether to pass the user's OAuth identity provider's refresh token.
-
-
-
Method Detail
-
getAccessToken
@Stability(Stable) @Nullable default Object getAccessToken()
Whether to pass the user's OAuth identity provider's access token.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#access_token IdentityPlatformConfig#access_token}
-
getIdToken
@Stability(Stable) @Nullable default Object getIdToken()
Whether to pass the user's OIDC identity provider's ID token.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#id_token IdentityPlatformConfig#id_token}
-
getRefreshToken
@Stability(Stable) @Nullable default Object getRefreshToken()
Whether to pass the user's OAuth identity provider's refresh token.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#refresh_token IdentityPlatformConfig#refresh_token}
-
builder
@Stability(Stable) static IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials.Builder builder()
-
-