Skip to main content

setOAuthAuthorizationCodeStore

@quik/oauth-server


@quik/oauth-server / setOAuthAuthorizationCodeStore

Function: setOAuthAuthorizationCodeStore()

setOAuthAuthorizationCodeStore(store): void

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

Replaces the active OAuth authorization code store implementation.

Parameters

store

IQOAuthAuthorizationCodeStore

Store implementation.

Returns

void