Skip to main content

Type Alias: ClientType

ClientType: "confidential" | "public"

Defined in: src/auth/oauth/oauth-client.ts:28

OAuth client type.

Remarks

  • confidential: Server-side applications that can keep secrets
  • public: Client-side/mobile apps that cannot keep secrets (PKCE required)