Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OidcConfigForResponse

import type { OidcConfigForResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Your OIDC IdP workforce configuration.

interface OidcConfigForResponse {
AuthorizationEndpoint?: string | null;
ClientId?: string | null;
Issuer?: string | null;
JwksUri?: string | null;
LogoutEndpoint?: string | null;
TokenEndpoint?: string | null;
UserInfoEndpoint?: string | null;
}

§Properties

§
AuthorizationEndpoint?: string | null
[src]

The OIDC IdP authorization endpoint used to configure your private workforce.

§
ClientId?: string | null
[src]

The OIDC IdP client ID used to configure your private workforce.

§
Issuer?: string | null
[src]

The OIDC IdP issuer used to configure your private workforce.

§
JwksUri?: string | null
[src]

The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.

§
LogoutEndpoint?: string | null
[src]

The OIDC IdP logout endpoint used to configure your private workforce.

§
TokenEndpoint?: string | null
[src]

The OIDC IdP token endpoint used to configure your private workforce.

§
UserInfoEndpoint?: string | null
[src]

The OIDC IdP user information endpoint used to configure your private workforce.