Class OAuthService
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class OAuthService : CrudServiceBase<GraphClient>, ICrudService
Constructors
|
Edit this page
View Source
OAuthService(GraphClient)
Declaration
public OAuthService(GraphClient client)
Parameters
Methods
|
Edit this page
View Source
Declaration
public UniTask<HeaderParameter> GetAuthHeaderAsync(OAuthType oAuthType, bool removeOnRedirect, CancellationToken ct = default)
Parameters
Returns
Implements
Extension Methods