Share via


cloud_client::set_authentication_handler Method

Sets the authentication handler to use to sign HTTP requests.

void set_authentication_handler(
   std::shared_ptr<protocol::authentication_handler> value
);

Parameters

  • value
    The authentication handler to use to sign HTTP requests.

Requirements

Header: service_client.h

Namespace: azure::storage

See Also

Reference

cloud_client Class