Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.43 KB

ClientAuth.md

File metadata and controls

40 lines (27 loc) · 1.43 KB

Type Alias: ClientAuth()

💗 Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


ClientAuth: (as, client, body, headers) => void

Implementation of the Client's Authentication Method at the Authorization Server.

The default is ClientSecretPost if ClientMetadata.client_secret is present, None otherwise.

Other Client Authentication Methods must be provided explicitly and their implementations are linked below.

Parameters

Parameter Type
as ServerMetadata
client ClientMetadata
body URLSearchParams
headers Headers

Returns

void

See