Skip to main content
Module

x/authlete_deno/mod.ts>ClientType

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

Client types of OAuth 2.0 client applications.

For more details, see RFC 6749 (OAuth 2.0), 2.1. Client Types.

Static Properties

readonly
CONFIDENTIAL: ClientType

confidential (2).

Clients capable of maintaining the confidentiality of their credentials (e.g. client implemented on a secure server with restricted access to the client credentials), or capable of secure client authentication using other means.

readonly
PUBLIC: ClientType

public (1).

Clients incapable of maintaining the confidentiality of their credentials (e.g. clients executing on the device used by the resource owner, such as an installed native application or a web browser-based application), and incapable of secure client authentication via any other means.