Backstage
    Preparing search index...

    ScmAuthApi provides methods for authenticating towards source code management services.

    As opposed to using the GitHub, GitLab and other auth APIs directly, this API allows for more generic access to SCM services.

    interface ScmAuthApi {
        getCredentials(
            options: ScmAuthTokenOptions,
        ): Promise<ScmAuthTokenResponse>;
    }

    Implemented by

    Index

    Methods