setOAuthAuthorizationCodeStore
@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
Store implementation.
Returns
void