BackstageSignInResult
Home > @backstage/plugin-auth-node
> BackstageSignInResult
A representation of a successful Backstage sign-in.
Compared to the BackstageIdentityResponse this type omits the decoded identity information embedded in the token.
Signature:
export interface BackstageSignInResult
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string |
The token used to authenticate the user within Backstage. |