BackstageIdentityResponse
Home > @backstage/plugin-auth-node
> BackstageIdentityResponse
Response object containing the BackstageUserIdentity and the token from the authentication provider.
Signature:
export interface BackstageIdentityResponse extends BackstageSignInResult
Extends: BackstageSignInResult
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
number |
(Optional) The number of seconds until the token expires. If not set, it can be assumed that the token does not expire. | ||
A plaintext description of the identity that is encapsulated within the token. |