Logging Off - web_services - 23.1

Spectrum Web Services Guide

Product type
Software
Portfolio
Integrate
Product family
Spectrum
Product
Spectrum > Web Services
Version
23.1
Language
English
Product name
Spectrum Technology Platform
Title
Spectrum Web Services Guide
First publish date
2007
Last updated
2024-10-17
Published on
2024-10-17T00:33:46.811413

After you are done using a token you should send a request to the TokenLogoutService web service to remove the token from the list of valid tokens maintained on the Spectrum Technology Platform server. You can access the TokenLogoutService WSDL here:

http://server:port/security/TokenLogoutService?wsdl

After you are done using a token you should send a request to the security web service to remove the token from the list of valid tokens maintained on the Spectrum Technology Platform server. You can access the security WADL here:

http://server:port/security/rest?wadl

To log out, use this URL:

http://server:port/security/rest/token/logout

Include the token in the Authorization HTTP header or in the Cookie HTTP header. If the token is a session token, include the session in the Cookie header. For more information, see Using a Token.This service does not take any parameters.

To log out, send a request to the TokenLogoutService web service and include the token in the Authorization HTTP header or in the Cookie HTTP header. If the token is a session token, include the session in the Cookie header. For more information, see Using a Token.This service does not take any parameters.