Resource Fields
|
PII |
SI |
Field |
Description |
Format |
|---|---|---|---|---|
|
|
|
username |
Username and company of the user, with format username@company |
String |
|
|
|
password |
password |
String |
|
|
|
accessToken |
The token string used to access protected resources. |
String |
|
|
|
tokenType |
Indicates the type of token; usually " |
String |
|
|
|
expires |
Absolute timestamp when the token expires. |
Integer |
|
|
|
expiresIn |
The lifetime of the access token in seconds from the time of issuance. |
Integer |
|
|
|
refreshAfter |
Timestamp after which the token should be refreshed, even if not yet expired. Used for proactive token renewal. |
Integer |