Backstage
    Preparing search index...

    Authenticated user information retrieval.

    See the service documentation for more details.

    interface UserInfoService {
        getUserInfo(
            credentials: BackstageCredentials,
        ): Promise<BackstageUserInfo>;
    }
    Index

    Methods

    Methods