ProxyAuthenticator.authenticate()
Home > @backstage/plugin-auth-node > ProxyAuthenticator > authenticate
Signature:
authenticate(options: {
req: Request;
}, ctx: TContext): Promise<{
result: TResult;
providerInfo?: TProviderInfo;
}>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
options |
{ req: Request; } | |
|
ctx |
TContext |
Promise<{ result: TResult; providerInfo?: TProviderInfo; }>