C# Class Microsoft.Identity.Client.PublicClientApplicationExtensions

Show file Open project: AzureAD/microsoft-authentication-library-for-dotnet

Public Methods

Method Description
AcquireTokenWithIntegratedAuthAsync ( this app, string scope ) : Task

.NET specific method for intergrated auth. To support Xamarin, we would need to move these to platform specific libraries.

AcquireTokenWithIntegratedAuthAsync ( this app, string scope, string authority, string policy ) : Task

.NET specific method for intergrated auth. To support Xamarin, we would need to move these to platform specific libraries.

Method Details

AcquireTokenWithIntegratedAuthAsync() public static method

.NET specific method for intergrated auth. To support Xamarin, we would need to move these to platform specific libraries.
public static AcquireTokenWithIntegratedAuthAsync ( this app, string scope ) : Task
app this
scope string
return Task

AcquireTokenWithIntegratedAuthAsync() public static method

.NET specific method for intergrated auth. To support Xamarin, we would need to move these to platform specific libraries.
public static AcquireTokenWithIntegratedAuthAsync ( this app, string scope, string authority, string policy ) : Task
app this
scope string
authority string
policy string
return Task