Interface DeduplicationLoginRequest

interface DeduplicationLoginRequest {
    password?: string;
    requestId: string;
    sub: string;
    trackId: string;
}

Properties

password?: string

Password of a user

requestId: string

Request id returned from the authorization call

sub: string

Subject (User) identifier

trackId: string

Identifier generated after successful authentication but unfulfilled prechecks