This module holds everything which is needed to authenticate to the API
| Type | Description |
| Function or value | Description |
Full Usage:
createAuth response
Parameters:
Result<TokenResponse, 'a>
Returns: Authentication option
|
|
Full Usage:
getNewToken redirectUri code
Parameters:
string
code : string
Returns: Async<Authentication option>
|
|
Full Usage:
getRefreshToken authentication
Parameters:
Authentication
Returns: Async<Authentication option>
|