Table of Contents

Class OAuthAuthenticationResult

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class OAuthAuthenticationResult
Inheritance
OAuthAuthenticationResult
Inherited Members
Extension Methods

Constructors

OAuthAuthenticationResult()

public OAuthAuthenticationResult()

Properties

AuthenticationMethod

public OAuthAuthenticationMethods AuthenticationMethod { get; set; }

Property Value

OAuthAuthenticationMethods

Authorized

public bool Authorized { get; set; }

Property Value

bool

BearerToken

public string BearerToken { get; set; }

Property Value

string

CacheEntry

public OAuthCacheEntry CacheEntry { get; set; }

Property Value

OAuthCacheEntry

EmailAddress

public string EmailAddress { get; set; }

Property Value

string

FirstName

public string FirstName { get; set; }

Property Value

string

LastName

public string LastName { get; set; }

Property Value

string

MobilePhone

public string MobilePhone { get; set; }

Property Value

string

PreferredLanguage

public string PreferredLanguage { get; set; }

Property Value

string

TenantMismatch

public bool TenantMismatch { get; set; }

Property Value

bool

UserPrincipalName

public string UserPrincipalName { get; set; }

Property Value

string