[][src]Function grpcio_sys::grpc_alts_credentials_create

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

This method creates an ALTS channel credential object. 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.