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 | ||
|
options |
Record<string, string> |
(Optional) |
Promise<OAuthAuthenticatorResult<PassportProfile>>