Show / Hide Table of Contents

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>
Back to top Copyright © 2015-2020 Lacuna Software