Skip to main content

OidcResponseType

The OAuth response types supported by an OIDC client.

enum OidcResponseType {
CODE
ID_TOKEN
}

Values

OidcResponseType.CODE

Authorisation code response type, returns an authorisation code.

OidcResponseType.ID_TOKEN

ID token response type, can be used alone or with CODE for hybrid flow (code id_token).

Member Of

OidcClient object ● OidcClientInput input