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

SignInBehavior

import type { SignInBehavior } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";

Controls sign-in behavior.

interface SignInBehavior {
redirectCondition?: "REDIRECT_CONDITION_UNSPECIFIED" | "NEVER";
}

§Properties

§
redirectCondition?: "REDIRECT_CONDITION_UNSPECIFIED" | "NEVER"
[src]

When to redirect sign-ins to the IdP.