I am implementing JWT authentication with Arrow flight. After the client sends user and password to Arrow flight server, the server with verify the credentials and send a jwt token back to the client. Can someone please tell me how the server sends the token to client? On the server side I can append the token in outgoingHeaders, but I don’t know how to send it to client. Thanks.
-Chuan