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 secretspublic: Client-side/mobile apps that cannot keep secrets (PKCE required)