Skip to main content
Module

x/authlete_deno/mod.ts>DeliveryMode

Authlete Library for Deno
Latest
class DeliveryMode
Re-export
import { DeliveryMode } from "https://deno.land/x/authlete_deno@v1.2.10/mod.ts";

Backchannel token delivery mode defined in the specification of CIBA (Client Initiated Backchannel Authentication).

Static Properties

readonly
PING: DeliveryMode

Ping mode, a backchannel token delivery mode where a client is notified via its client notification endpoint and then gets tokens from the token endpoint.

readonly
POLL: DeliveryMode

Poll mode, a backchannel token delivery mode where a client polls the token endpoint until it gets tokens.

readonly
PUSH: DeliveryMode

Push mode, a backchannel token delivery mode where a client receives tokens at its client notification endpoint.