Interface TemporaryPasswordState

Returns information about the availability of a temporary password, which can be used for payments.

interface TemporaryPasswordState {
    @type: "temporaryPasswordState";
    has_password?: boolean;
    valid_for: number;
}

Properties

@type: "temporaryPasswordState"
has_password?: boolean

True, if a temporary password is available.

valid_for: number

Time left before the temporary password expires, in seconds.