Skip to main content
Version: Next

createProxyAuthenticator()

Home > @backstage/plugin-auth-node > createProxyAuthenticator

Signature:

function createProxyAuthenticator<TContext, TResult, TProviderInfo>(authenticator: ProxyAuthenticator<TContext, TResult, TProviderInfo>): ProxyAuthenticator<TContext, TResult, TProviderInfo>;

Parameters

Parameter

Type

Description

authenticator

ProxyAuthenticator<TContext, TResult, TProviderInfo>

**Returns:**

ProxyAuthenticator<TContext, TResult, TProviderInfo>