Name | Description | |
---|---|---|
![]() | EnsureValid | Ensure the portal is a valid. |
![]() | GetSignOnUsername | Gets the username for the current connection This method should be called from within a QueuedTask or System.Threading.Task. |
![]() | GetToken | Gets the current token for the session. The ArcGISPortal class automatically manages the token expiration. This value should not be cached. This method should be called from within a QueuedTask or System.Threading.Task. |
![]() | IsActivePortal | Gets whether this portal instance is the active portal |
![]() | IsSignedOn | Gets the sign on status of the portal instance. This method should be called from within a QueuedTask or System.Threading.Task. |
![]() | SignIn | Synchronous method to Sign on to this portal instance. This method should be called from within a QueuedTask or System.Threading.Task. |
![]() | SignInAsync | Asynchronous method to Sign on to this portal instance. |
![]() | SignOut | Sign out from this portal instance This method should be called from within a QueuedTask or System.Threading.Task. |