Interface LoginWithCredentialsRequest

interface LoginWithCredentialsRequest {
    captcha_ref?: string;
    dc?: string;
    device_fp?: string;
    field_key?: string;
    locale?: string;
    password: string;
    provider?: string;
    remember_me?: boolean;
    requestId: string;
    username: string;
    username_type?: UsernameType;
}

Properties

captcha_ref?: string

Id of captcha created in cidaas admin ui

dc?: string

Device capacity

device_fp?: string

Device finger print

field_key?: string

Field identifier to tell service, where to look for in case of custom username type

locale?: string

Response language, which is configured in cidaas admin ui

password: string

Password required to login

provider?: string

Login provider configured in cidaas admin ui

remember_me?: boolean

Remember me flag to keep user signed in

requestId: string

Request id returned from the authorization call

username: string

User identifier used to login e.g. username, email or mobile number

username_type?: UsernameType

Type of username used in login