Authorization

FoneStorm authorization object created as a result of an authentication request. The token is a JSON Web Token which can be decoded to obtain additional claims related to the authorization.

{
  "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2NvdW50Ijp7ImlkIjoiMjAwNTU1MzIxNiJ9LCJwb3J0YWwiOnsidG9rZW4iOiIzOWI2Zjk3ZGVhZWVjODE1NDhiMjY1ODIyNDFmM2ZmMCJ9LCJpYXQiOjE1MDg4NTA2MzksImV4cCI6MTUwODg1NDIzOX0.7eK0Mj2Dm_PweZbEErAHYUExka5jXVolzMl1xQ7nQ4s"
}
PropertyTypeDescription
tokenstringJSON Web Token.