Type Alias: ClientAuth

March 19, 2026 ยท View on GitHub

๐Ÿ’— 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 | Promise<void>

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

Parameters

ParameterType
asAuthorizationServer
clientClient
bodyURLSearchParams
headersHeaders

Returns

void | Promise<void>

See