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

This method creates an ALTS server credential object. It is used for experimental purpose for now and subject to change.

  • options: grpc ALTS credentials options instance for server.

It returns the created ALTS server credential object.