Table of Contents

Class AuthService

public class AuthService : CrudServiceBase<MicrosoftAzureClient>
Inheritance
object
AuthService

Constructors

AuthService(MicrosoftAzureClient)

public AuthService(MicrosoftAzureClient client)

Parameters

client MicrosoftAzureClient

Methods

FetchTokenAsync(MicrosoftAzureResource, RESTOptions)

public UniTask<JsonWebToken> FetchTokenAsync(MicrosoftAzureResource resource, RESTOptions options = null)

Parameters

resource MicrosoftAzureResource
options RESTOptions

Returns

UniTask<JsonWebToken>