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

OAuth2GrantType

import type { OAuth2GrantType } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
type OAuth2GrantType = "CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | cmnP.UnexpectedEnumValue;

§Type

§
"CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | cmnP.UnexpectedEnumValue
[src]