Constructors

Properties

Methods

Constructors

Properties

Methods

  • GetIdentity - Fetches the identity of the user.

    Returns IdentityApi.CancelablePromise<{
        identity: string;
        name: string;
        role: string;
    }>

    any Identity

    Throws

    ApiError