Skip to main content

ProfileInfo

Home > @backstage/plugin-auth-node > ProfileInfo

Used to display login information to user, i.e. sidebar popup.

It is also temporarily used as the profile of the signed-in user's Backstage identity, but we want to replace that with data from identity and/org catalog service

Signature:

export type ProfileInfo = {
email?: string;
displayName?: string;
picture?: string;
};