BackstageUserIdentity
Home > @backstage/plugin-auth-node
> BackstageUserIdentity
User identity information within Backstage.
Signature:
export type BackstageUserIdentity = {
type: 'user';
userEntityRef: string;
ownershipEntityRefs: string[];
};