Click or drag to resize

IAuthApiClient Interface

Defines a client to access the ArangoDB Authentication API.

Namespace:  ArangoDBNetStandard.AuthApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public interface IAuthApiClient
Methods
  NameDescription
Public methodGetJwtTokenAsync(JwtTokenRequestBody)
Gets a JSON Web Token generated by the ArangoDB server.
Public methodGetJwtTokenAsync(String, String)
Gets a JSON Web Token generated by the ArangoDB server.
Top
See Also