OBJECT
EwaiAuth
Returns auth token and expiration for a login attempt (usually from EWAI-MARKET to EWAI-SERVER or EWAI-LISTEN to EWAI-SERVER)
link GraphQL Schema definition
- type EwaiAuth {
- # The auth Bearer token to use in the header of subsequent API calls (JWT Format).
- # @example
- # 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IkNvb2xVc2VybmFtZUdvZXNIZXJlIiwic3ViIjoxLCJpYXQiOjE2MTMwODE4NjksImV4cCI6MTYxMzA4MjE2OX0.aVhpy4S4jF2Iy9PXSobMwLwsox498gOejc_OgFvZvDU'
- String! :
- # The expiration time for the access_token. @example '2021-02-11T22:22:49.155Z'
- IsoDateTime! :
- }