Function authenticate_connection

Source
async fn authenticate_connection(
    unauth: Arc<Connection>,
    method: Box<Authenticate>,
    ctx: Arc<dyn Context>,
) -> Result<AuthenticateReply, RpcError>
Expand description

Invoke the “authenticate” method on a connection.