Keeper SDK Class Library
C#
Show/Hide TOC
ISso
Logout
Callback
Sso
Logout
Url Method
Notifies the client that SSO user logged out.
Definition
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
void
SsoLogoutUrl
(
string
url
)
Parameters
url
String
SSO Logout URL
Remarks
Client opens the browser windows and navigates to SSO Logout URL.
See Also
Reference
ISsoLogoutCallback Interface
KeeperSecurity.Authentication Namespace
In This Article
Definition
Remarks
See Also