OAuthProviderOptions
Home > @backstage/plugin-auth-backend
> OAuthProviderOptions
Warning: This API is now obsolete.
No longer in use
Common options for passport.js-based OAuth providers
Signature:
export type OAuthProviderOptions = {
clientId: string;
clientSecret: string;
callbackUrl: string;
};