Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Authentication.Async
IAuthSsoUI Interface
IAuthSsoUI Methods
IAuth
Sso
UI Interface
Defines the methods required completing SSO Login. Optional.
Namespace:
KeeperSecurity.Authentication.Async
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
public
interface
IAuthSsoUI
:
ISsoLogoutCallback
The
IAuthSsoUI
type exposes the following members.
Methods
Name
Description
WaitForDataKey
Data Key needs to be shared.
WaitForSsoToken
SSO Login is required.
Top
Remarks
If client supports SSO Login this interface needs to be implemented along with
Auth UI
See Also
Reference
KeeperSecurity.Authentication.Async Namespace
IAuthUI