Backstage
    Preparing search index...

    A representation of a successful Backstage sign-in.

    Compared to the BackstageIdentityResponse this type omits the decoded identity information embedded in the token.

    interface BackstageSignInResult {
        identity?: BackstageUserIdentity;
        token: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    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.