Click or drag to resize

ISsoLogoutCallback Interface

Defines the methods required to logout from SSO IdP. Optional.

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
public interface ISsoLogoutCallback

The ISsoLogoutCallback type exposes the following members.

Methods
 NameDescription
Public methodSsoLogoutUrl Notifies the client that SSO user logged out.
Top
See Also