jwt_valid_get_status

Return the status string for the validation object.

The status of validation object is primarily for describing the reason jwt_validate() failed.

@param jwt_valid Pointer to a JWT validation object. @return Returns current validation status as a bitwise OR of possible errors, or 0 if validation is currently successful.

extern (C) nothrow @nogc
uint
jwt_valid_get_status

Meta