Interface
Options for ArcGISIdentityManager.fromToken.
Properties
| Property | Type | Notes |
|---|---|---|
clientId | string | Optional client ID. Used for refreshing expired tokens. |
portal | string | The portal that the token was generated from. Defaults to |
redirectUri | string | Optional set a valid redirect URL for the registered client ID. Used internally to refresh expired tokens. |
server | string | If the token is for a specific instance of ArcGIS Server, set |
token | string | The token you want to create the |
tokenExpires | Date | Date when this token will expire. |
username | string | Optionally set the username. Recommended if available. |