Skip to main content

Get an authentication session

GET 

/:handle/:session_id

The session can be related to a signature or a mutual authentication

Request

Path Parameters

    handle stringrequired

    Org handle

Responses

OK

Schema

    data

    object

    fields

    object[]

    Fields the receiver has to fill in

  • Array [

  • description string
    format string
    name string
    type string
  • ]

  • nacl string

    Salt used for hashing the plaintext

    subject string

    Optional subject

    ttl_ms integer

    Milliseconds left until it expires

    type string

    Type of session, can be a signature (sig) OR a mutual authentication (auth)

    success boolean
Loading...