Skip to content

Add an option to change OTP method (Email/SMS) #186

@GuyKh

Description

@GuyKh

To send a message over SMS

0 = SMS
2 = Mail
-1 = Default

GET https://iecapi.iec.co.il/api/Authentication/{Idnumber}/1/0?customErrorPage=true
Response:

{
    "firstName": "שם",
    "multiFactorType": 0,
    "login": "{id}@iec.co.il",
    "contactPrefix": "055",
    "contactSuffix": "22"
}

GET https://iecapi.iec.co.il/api/Authentication/{Idnumber}/1/2?customErrorPage=true

{
    "firstName": "שם",
    "multiFactorType": 2,
    "login": "{id}@iec.co.il",
    "contactPrefix": "address",
    "contactSuffix": "@gmail.com"
}

Not sure how it looks in the app

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions