Function grpcio_sys::grpc_external_account_credentials_create [−][src]
pub unsafe extern "C" fn grpc_external_account_credentials_create(
json_string: *const c_char,
scopes_string: *const c_char
) -> *mut grpc_call_credentials
Builds External Account credentials.
- json_string is the JSON string containing the credentials options.
- scopes_string contains the scopes to be binded with the credentials. This API is used for experimental purposes for now and may change in the future.