Interface UserCheckExistsRequest

interface UserCheckExistsRequest {
    customFields?: { [key: string]: string };
    email?: string;
    mobile?: string;
    rememberMe?: string;
    requestId?: string;
    username?: string;
    webfinger?: string;
}

Properties

customFields?: { [key: string]: string }

Custom predefined property to identify user

email?: string

Email of user

mobile?: string

Mobile number of user

rememberMe?: string

If filled, will be sent as query parameter

requestId?: string

Request id returned from the authorization call

username?: string

Username of user

webfinger?: string

If filled, will be sent as query parameter