Click or drag to resize

AuthUsername Property

Gets or sets username.

Namespace: KeeperSecurity.Authentication.Async
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public string Username { get; set; }

Property Value

String

Implements

IAuthUsername
IAuthEndpointUsername
Remarks
This property is set by Login method
See Also