combine

Available in a dev version: 0․11․0-grpc-186

How to configure

Combines two call credentials into a single credential that applies both.

This is an alias for the plus operator, providing a more explicit method name for combining credentials.

Return

A new credential that applies both credentials.

Parameters

other

The credential to combine with this one.

See also


Combines client credentials with call credentials.

This is an alias for the plus operator, providing a more explicit method name for combining credentials.

Return

A new credential that includes both client and call credentials.

Parameters

other

The call credentials to combine with this client credential.

See also