Click or drag to resize

AuthApiClientGetJwtTokenAsync 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.ModelsJwtTokenRequestBody
Object containing username and password.

Return Value

Type: TaskJwtTokenResponse
Object containing the encoded JWT token value.

Implements

IAuthApiClientGetJwtTokenAsync(JwtTokenRequestBody)
See Also