ISsoLogoutCallbackSsoLogoutUrl Method

Notifies the client that SSO user logged out.

Definition

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
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