BackstageIdentityResponse
Home > @backstage/core-plugin-api
> BackstageIdentityResponse
Token and Identity response, with the users claims in the Identity.
Signature:
export type BackstageIdentityResponse = {
token: string;
expiresAt?: Date;
identity: BackstageUserIdentity;
};
References: BackstageUserIdentity