EndUserAuthConfig
import type { EndUserAuthConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";End-user authentication configuration used for Connection calls. The field
values must be the names of context variables in the format
$context.variables..
interface EndUserAuthConfig {
oauth2AuthCodeConfig?: EndUserAuthConfigOauth2AuthCodeConfig;
oauth2JwtBearerConfig?: EndUserAuthConfigOauth2JwtBearerConfig;
}§Properties
§
oauth2AuthCodeConfig?: EndUserAuthConfigOauth2AuthCodeConfig
[src]Oauth 2.0 Authorization Code authentication.
§
oauth2JwtBearerConfig?: EndUserAuthConfigOauth2JwtBearerConfig
[src]JWT Profile Oauth 2.0 Authorization Grant authentication.