C# Class O365_WinPhone_ArtCurator.AuthenticationHelper

显示文件 Open project: OfficeDev/O365-WinPhone-ArtCurator

Public Properties

Property Type Description
_outlookClient Microsoft.Office365.OutlookServices.OutlookServicesClient

Private Properties

Property Type Description
GetTokenHelperAsync Task

Public Methods

Method Description
AuthenticateSilently ( ) : Task
BeginAuthentication ( ) : void
GetOutlookClientAsync ( string capability ) : Task

Checks that an OutlookServicesClient object is available.

SignOut ( ) : void

Signs the user out of the service.

Private Methods

Method Description
GetTokenHelperAsync ( Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext context, string resourceId ) : Task

Method Details

AuthenticateSilently() public static method

public static AuthenticateSilently ( ) : Task
return Task

BeginAuthentication() public static method

public static BeginAuthentication ( ) : void
return void

GetOutlookClientAsync() public static method

Checks that an OutlookServicesClient object is available.
public static GetOutlookClientAsync ( string capability ) : Task
capability string
return Task

SignOut() public static method

Signs the user out of the service.
public static SignOut ( ) : void
return void

Property Details

_outlookClient public_oe static_oe property

public static OutlookServicesClient,Microsoft.Office365.OutlookServices _outlookClient
return Microsoft.Office365.OutlookServices.OutlookServicesClient