Click or drag to resize

AuthApiClient.GetJwtTokenAsync Method (JwtTokenRequestBody)

Gets a JSON Web Token generated by the ArangoDB server.

Namespace:  ArangoDBNetStandard.AuthApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<JwtTokenResponse> GetJwtTokenAsync(
	JwtTokenRequestBody body
)

Parameters

body
Type: ArangoDBNetStandard.AuthApi.Models.JwtTokenRequestBody
Object containing username and password.

Return Value

Type: Task<JwtTokenResponse>
Object containing the encoded JWT token value.

Implements

IAuthApiClient.GetJwtTokenAsync(JwtTokenRequestBody)
See Also