Skip to main content

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

identity?

BackstageUserIdentity

(Optional) Identity information to pass to the client rather than using the information that's embeeded in the token.

token

string

The token used to authenticate the user within Backstage.