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.
|
public static AcquireTokenWithIntegratedAuthAsync ( this app, string scope ) : Task |
||
app | this | |
scope | string | |
return | Task |
public static AcquireTokenWithIntegratedAuthAsync ( this app, string scope, string authority, string policy ) : Task |
||
app | this | |
scope | string | |
authority | string | |
policy | string | |
return | Task |