logout() Method
In SecurityService, use the logout() method, to effectively log the specified user out of the system by invalidating the user's bipSessionToken.
After successful logout, the bipSessionToken string is no longer valid.
Signature
boolean logout(String bipSessionToken);
Parameters for logout() Method
Parameter | Description |
---|---|
String bipSessionToken |
The session ID. |