description |
---|
The article explains, how Aidbox stores authorization details |
{% hint style="info" %} This article explains details about storing authorization information related to SMART of FHIR app launch only {% endhint %}
During the SoF authorization process Aidbox creates session
resource. All details related to the authorization are stored to the session
.
For example, there could be found following keys in the session:
access_token
is an opaque string. It is used to 'sign' requests to Aidboxrefresh_token
is an opaque string. It is used byClient
(application) to get new acess tokens when it is staledclient
reference to theClient
is granted access toscope
is the array of scopes authorized by the resource owner