Skip to main content
Version: Next

PassportOAuthAuthenticatorHelper.authenticate()

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

Signature:

authenticate(input: OAuthAuthenticatorAuthenticateInput, options?: Record<string, string>): Promise<OAuthAuthenticatorResult<PassportProfile>>;

Parameters

ParameterTypeDescription
inputOAuthAuthenticatorAuthenticateInput
optionsRecord<string, string>(Optional)

Returns:

Promise<OAuthAuthenticatorResult<PassportProfile>>