Click or drag to resize

IAuthSsoUI Interface

Defines the methods required completing SSO Login. Optional.

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

The IAuthSsoUI type exposes the following members.

Methods
 NameDescription
Public methodWaitForDataKey Data Key needs to be shared.
Public methodWaitForSsoToken SSO Login is required.
Top
Remarks
If client supports SSO Login this interface needs to be implemented along with Auth UI
See Also