Backstage
    Preparing search index...

    The response from a ScmAuthApi.getCredentials call.

    interface ScmAuthTokenResponse {
        headers: { [name: string]: string };
        token: string;
    }
    Index

    Properties

    Properties

    headers: { [name: string]: string }

    The set of HTTP headers that are needed to authenticate requests.

    token: string

    An authorization token that can be used to authenticate requests.