Click or drag to resize

ISsoLogoutCallbackSsoLogoutUrl Method

Notifies the client that SSO user logged out.

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
void SsoLogoutUrl(
	string url
)

Parameters

url  String
SSO Logout URL
Remarks
Client opens the browser windows and navigates to SSO Logout URL.
See Also