Backstage
    Preparing search index...

    Interface IdentityApiExperimental

    An identity client api to authenticate Backstage tokens

    This is not a stable API yet

    interface IdentityApi {
        getIdentity(
            options: IdentityApiGetIdentityRequest,
        ): Promise<BackstageIdentityResponse | undefined>;
    }

    Implemented by

    Index

    Methods

    Methods