Interface TwoFactorCheckTrustedNotificationStatusResponse

interface TwoFactorCheckTrustedNotificationStatusResponse {
    review_status: 0 | 1 | 2;
    status: "ok";
}

Properties

review_status: 0 | 1 | 2
  • 0 - Waiting
  • 1 - Approved
  • 2 - Rejected
status: "ok"