Table of Contents

Class ExternalLoginResult

Namespace
SunamoInterfaces._public.SunamoArgs
Assembly
SunamoInterfaces.dll

Represents the result of an external login operation.

public class ExternalLoginResult
Inheritance
ExternalLoginResult
Inherited Members
Extension Methods

Properties

Parameter1

Gets or sets an additional parameter.

public string? Parameter1 { get; set; }

Property Value

string

SessionCookie

Gets or sets the session cookie.

public string? SessionCookie { get; set; }

Property Value

string

UserId

Gets or sets the user identifier.

public int UserId { get; set; }

Property Value

int