Class CreateUserSession
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public class CreateUserSession
- Inheritance
-
CreateUserSession
- Inherited Members
-
- Extension Methods
-
Constructors
CreateUserSession()
public CreateUserSession()
Properties
AuthenticationErrorMessage
public string AuthenticationErrorMessage { get; set; }
Property Value
- string
AuthenticationErrorType
public string AuthenticationErrorType { get; set; }
Property Value
- string
AuthenticationSource
public string AuthenticationSource { get; set; }
Property Value
- string
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
SessionCode
public string SessionCode { get; set; }
Property Value
- string
SessionIdentifier
public Guid SessionIdentifier { get; set; }
Property Value
- Guid
SessionIsAuthenticated
public bool SessionIsAuthenticated { get; set; }
Property Value
- bool
SessionMinutes
public int? SessionMinutes { get; set; }
Property Value
- int?
SessionStarted
public DateTimeOffset SessionStarted { get; set; }
Property Value
- DateTimeOffset
SessionStopped
public DateTimeOffset? SessionStopped { get; set; }
Property Value
- DateTimeOffset?
UserAgent
public string UserAgent { get; set; }
Property Value
- string
UserBrowser
public string UserBrowser { get; set; }
Property Value
- string
UserBrowserVersion
public string UserBrowserVersion { get; set; }
Property Value
- string
UserEmail
public string UserEmail { get; set; }
Property Value
- string
UserHostAddress
public string UserHostAddress { get; set; }
Property Value
- string
UserIdentifier
public Guid UserIdentifier { get; set; }
Property Value
- Guid
UserLanguage
public string UserLanguage { get; set; }
Property Value
- string