async fn cookie_begin(
unauth: Arc<Connection>,
method: Box<CookieBegin>,
ctx: Arc<dyn Context>,
) -> Result<CookieBeginReply, RpcError>
Expand description
Invoke the auth:cookie_begin
method on a connection.
async fn cookie_begin(
unauth: Arc<Connection>,
method: Box<CookieBegin>,
ctx: Arc<dyn Context>,
) -> Result<CookieBeginReply, RpcError>
Invoke the auth:cookie_begin
method on a connection.