C# Class O365_WinPhone_ArtCurator.AuthenticationHelper

Afficher le fichier Open project: OfficeDev/O365-WinPhone-ArtCurator

Méthodes publiques

Свойство Type Description
_outlookClient Microsoft.Office365.OutlookServices.OutlookServicesClient

Private Properties

Свойство Type Description
GetTokenHelperAsync Task

Méthodes publiques

Méthode 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

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

Method Details

AuthenticateSilently() public static méthode

public static AuthenticateSilently ( ) : Task
Résultat Task

BeginAuthentication() public static méthode

public static BeginAuthentication ( ) : void
Résultat void

GetOutlookClientAsync() public static méthode

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

SignOut() public static méthode

Signs the user out of the service.
public static SignOut ( ) : void
Résultat void

Property Details

_outlookClient public_oe static_oe property

public static OutlookServicesClient,Microsoft.Office365.OutlookServices _outlookClient
Résultat Microsoft.Office365.OutlookServices.OutlookServicesClient