AuthProviderInfo
Home > @backstage/core-plugin-api
> AuthProviderInfo
Information about the auth provider.
Signature:
export type AuthProviderInfo = {
id: string;
title: string;
icon: IconComponent;
};
References: IconComponent
Remarks
This information is used both to connect the correct auth provider in the backend, as well as displaying the provider to the user.