You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment this function returns the serialized request and, separately, the nonce used to verify the response. One way to clean up this API is to return a *Request that the caller serializes itself before sending to the server.
At the moment this function returns the serialized request and, separately, the nonce used to verify the response. One way to clean up this API is to return a
*Request
that the caller serializes itself before sending to the server.Originally posted by @lukevalenta in #59 (comment)
The text was updated successfully, but these errors were encountered: