Show / Hide Table of Contents

Class AzureApiAuthenticator

Inheritance
Object
AzureApiAuthenticator
Namespace: Lacuna.Pki.AzureConnector
Assembly: Lacuna.Pki.AzureConnector.dll
Syntax
public class AzureApiAuthenticator : object, IAzureApiAuthenticator

Constructors

AzureApiAuthenticator(AzureKeyVaultOptions)

Declaration
public AzureApiAuthenticator(AzureKeyVaultOptions options)
Parameters
Type Name Description
AzureKeyVaultOptions options

Methods

GetAccessTokenAsync(String, String, String)

Declaration
public Task<string> GetAccessTokenAsync(string authority, string resource, string scope)
Parameters
Type Name Description
String authority
String resource
String scope
Returns
Type Description
Task<String>
Implements
IAzureApiAuthenticator.GetAccessTokenAsync(String, String, String)
Back to top Copyright © 2015-2020 Lacuna Software