Class AuthService
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public class AuthService : CrudServiceBase<MicrosoftAzureClient>, ICrudService
Constructors
|
Edit this page
View Source
AuthService(MicrosoftAzureClient)
Declaration
public AuthService(MicrosoftAzureClient client)
Parameters
Methods
|
Edit this page
View Source
FetchTokenAsync(AzureResource, RequestOptions)
Declaration
public UniTask<JsonWebToken> FetchTokenAsync(AzureResource resource = null, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
Declaration
public UniTask<RequestParameter> GetAuthorizationHeaderAsync(AzureResource resource, RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods