C# Class MeetingManager.AuthenticationHelperMSAL

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

Private Properties

Property Type Description

Public Methods

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

Method Details

AuthenticationHelperMSAL() public method

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

GetTokenAsync() public method

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