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

Parameter

Type

Description

input

OAuthAuthenticatorAuthenticateInput

options

Record<string, string>

(Optional)

**Returns:**

Promise<OAuthAuthenticatorResult<PassportProfile>>