Click or drag to resize

SsoTokenStep Class

Represents SSO Login step
Inheritance Hierarchy
SystemObject
  KeeperSecurity.Authentication.SyncAuthStep
    KeeperSecurity.Authentication.SyncSsoTokenStep

Namespace: KeeperSecurity.Authentication.Sync
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class SsoTokenStep : AuthStep

The SsoTokenStep type exposes the following members.

Properties
 NameDescription
Public propertyIsCloudSso Gets cloud SSO flag
Public propertyLoginAsProvider Gets SSO provider used to login
Public propertyLoginAsUser Gets username used to login
Public propertySsoLoginUrl Gets SSO login URL
Top
Methods
 NameDescription
Public methodLoginWithPassword Login with alternate Keeper password
Public methodSetSsoToken Sets SSO login token
Top
See Also