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

OAuthGrantType

import type { OAuthGrantType } from "https://aws-api.deno.dev/v0.4/services/amplifybackend.ts?docs=full";
type OAuthGrantType = "CODE" | "IMPLICIT" | cmnP.UnexpectedEnumValue;

§Type

§
"CODE" | "IMPLICIT" | cmnP.UnexpectedEnumValue
[src]