Interface IAzureApiAuthenticator
Namespace: Lacuna.Pki.AzureConnector
Assembly: Lacuna.Pki.AzureConnector.dll
Syntax
public interface IAzureApiAuthenticator
Methods
GetAccessTokenAsync(String, String, String)
Declaration
Task<string> GetAccessTokenAsync(string authority, string resource, string scope)
Parameters
| Type | Name | Description |
|---|---|---|
| String | authority | |
| String | resource | |
| String | scope |
Returns
| Type | Description |
|---|---|
| Task<String> |