Skip to main content

setOAuthClientStore

@quik/oauth-server


@quik/oauth-server / setOAuthClientStore

Function: setOAuthClientStore()

setOAuthClientStore(store): void

Defined in: oauth-server/src/store/clients.ts:12

Replaces the active OAuth client store implementation.

Parameters

store

IQOAuthClientStore

Store implementation.

Returns

void