PassportOAuthAuthenticatorHelper.start()
Home > @backstage/plugin-auth-node
> PassportOAuthAuthenticatorHelper
> start
Signature:
start(input: OAuthAuthenticatorStartInput, options: Record<string, string>): Promise<{
url: string;
status?: number;
}>;
Parameters
Parameter |
Type |
Description |
---|---|---|
input | ||
options |
Record<string, string> |
Promise<{ url: string; status?: number; }>