Skip to main content

setOAuthConsentStore

@quik/oauth-server


@quik/oauth-server / setOAuthConsentStore

Function: setOAuthConsentStore()

setOAuthConsentStore(store): void

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

Replaces the active OAuth consent store implementation.

Parameters

store

IQOAuthConsentStore

Store implementation.

Returns

void