Merge pull request #20317 from mitchhentgesspotify/mhentges/fix-gcp-iap-refresh-500
Fix `authenticate()` ctx properties being missing
This commit is contained in:
@@ -21,7 +21,7 @@ import { ProfileTransform } from '../types';
|
||||
/** @public */
|
||||
export interface ProxyAuthenticator<TContext, TResult> {
|
||||
defaultProfileTransform: ProfileTransform<TResult>;
|
||||
initialize(ctx: { config: Config }): Promise<TContext>;
|
||||
initialize(ctx: { config: Config }): TContext;
|
||||
authenticate(
|
||||
options: { req: Request },
|
||||
ctx: TContext,
|
||||
|
||||
Reference in New Issue
Block a user