interface DeepClientAuthResult {
    error?: any;
    linkId?: Id;
    token?: string;
}

Properties

error?: any
linkId?: Id
token?: string
MMNEPVFCICPMFPCPTTAAATR