C# Class Meeting_Manager_Xamarin.AuthenticationHelperMSAL

Inheritance: IAuthenticationService
Show file Open project: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

Private Properties

Property Type Description

Public Methods

Method Description
AuthenticationHelperMSAL ( IPlatformParameters platformParameters ) : Microsoft.Identity.Client
GetTokenAsync ( string resourceId ) : Task

Method Details

AuthenticationHelperMSAL() public method

public AuthenticationHelperMSAL ( IPlatformParameters platformParameters ) : Microsoft.Identity.Client
platformParameters IPlatformParameters
return Microsoft.Identity.Client

GetTokenAsync() public method

public GetTokenAsync ( string resourceId ) : Task
resourceId string
return Task