Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Cached?No

Calling Logout invalidates the token and kills the session for the current user, severing the connection with Aptify SOA.  Explicit log out ensures that the token cannot be used to access information in Aptify once the log out is complete. 

The Services web site is configured by default to expire tokens after a period of inactivity but calling the Logout endpoint invalidates the token immediately.

 

Code Block
titleSample Logout URL
https://<service base>/Authentication/Logout

...

Endpoint

Cached?No
MethodGET/POST

Headers

In order to log out, you need to send the AptifyAuthorization header.

...