Skip to main content

ProxyAuthenticator.authenticate()

Home > @backstage/plugin-auth-node > ProxyAuthenticator > authenticate

Signature:

authenticate(options: {
req: Request;
}, ctx: TContext): Promise<{
result: TResult;
providerInfo?: TProviderInfo;
}>;

Parameters

ParameterTypeDescription
options{ req: Request; }
ctxTContext

Returns:

Promise<{ result: TResult; providerInfo?: TProviderInfo; }>