SignInInfo
Home > @backstage/plugin-auth-node
> SignInInfo
Type of sign in information context. Includes the profile information and authentication result which contains auth related information.
Signature:
export type SignInInfo<TAuthResult> = {
profile: ProfileInfo;
result: TAuthResult;
};
References: ProfileInfo