C# Class OfficeAddInServerAuth.Helpers.Settings

Show file Open project: dougperkes/Office-Add-in-AspNetMvc-ServerAuth

Public Properties

Property Type Description
AzureAD2Authority string
AzureADAuthority string
AzureADLogoutAuthority string
DropBoxAuthority string
FacebookAuthority string
GetMeUrl string
GoogleAuthority string
GraphApiResource string
SendMessageUrl string

Public Methods

Method Description
GetUserAuthStateId ( System.Web.HttpContextBase ctx ) : string

Method Details

GetUserAuthStateId() public static method

public static GetUserAuthStateId ( System.Web.HttpContextBase ctx ) : string
ctx System.Web.HttpContextBase
return string

Property Details

AzureAD2Authority public static property

public static string AzureAD2Authority
return string

AzureADAuthority public static property

public static string AzureADAuthority
return string

AzureADLogoutAuthority public static property

public static string AzureADLogoutAuthority
return string

DropBoxAuthority public static property

public static string DropBoxAuthority
return string

FacebookAuthority public static property

public static string FacebookAuthority
return string

GetMeUrl public static property

public static string GetMeUrl
return string

GoogleAuthority public static property

public static string GoogleAuthority
return string

GraphApiResource public static property

public static string GraphApiResource
return string

SendMessageUrl public static property

public static string SendMessageUrl
return string