Skip to main content

Get mutual authentication passcode

POST 

/:handle/:session_id/otp

Verify mutual authentication fields and get the secret passcode

Request

Path Parameters

    handle stringrequired

    Org handle

    session_id stringrequired

    Session ID

Body

required

request body

    digest string

    Digest of the plaintext hashed with salt

Responses

OK

Schema

    data

    object

    otp string

    Secret code that the sender should know

    ttl_ms integer

    Milliseconds left before the session expires

    success boolean
Loading...