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

OAuthScopesElement

import type { OAuthScopesElement } from "https://aws-api.deno.dev/v0.4/services/amplifybackend.ts?docs=full";
type OAuthScopesElement =
| "PHONE"
| "EMAIL"
| "OPENID"
| "PROFILE"
| "AWS_COGNITO_SIGNIN_USER_ADMIN"

§Type

§
"PHONE" | "EMAIL" | "OPENID" | "PROFILE" | "AWS_COGNITO_SIGNIN_USER_ADMIN" | cmnP.UnexpectedEnumValue
[src]