Interface IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials

    • 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}