Function grpcio_sys::grpc_alts_credentials_create[][src]

pub unsafe extern "C" fn grpc_alts_credentials_create(
    options: *const grpc_alts_credentials_options
) -> *mut grpc_channel_credentials
Expand description

This method creates an ALTS channel credential object. The security level of the resulting connection is GRPC_PRIVACY_AND_INTEGRITY. It is used for experimental purpose for now and subject to change.

  • options: grpc ALTS credentials options instance for client.

It returns the created ALTS channel credential object.