Skip to main content

OidcClientType

The type of OIDC client.

Refer to https://www.rfc-editor.org/rfc/rfc6749#section-2.1

enum OidcClientType {
confidential
public
}

Values

OidcClientType.confidential

A client used where secrets can be securely stored, e.g. server-side authentication.

OidcClientType.public

A client used where secrets cannot be securely stored, e.g. browser-based or mobile authentication.

Member Of

OidcClient object ● OidcClientInput input ● OidcClientWhere input