[][src]Function grpcio_sys::grpc_tls_spiffe_credentials_create

pub unsafe extern "C" fn grpc_tls_spiffe_credentials_create(
    options: *mut grpc_tls_credentials_options
) -> *mut grpc_channel_credentials

This method creates a TLS SPIFFE channel credential object. It takes ownership of the options parameter.

  • options: grpc TLS credentials options instance.

It returns the created credential object.

It is used for experimental purpose for now and subject to change.