Abstract
Abstract
_equalsCheck whether two call credentials objects are equal. Separate SingleCallCredentials with identical metadata generator functions are equal.
The other CallCredentials object to compare with.
Abstract
composeCreates a new CallCredentials object from properties of both this and another CallCredentials object. This object's metadata generator will be called first.
The other CallCredentials object.
Abstract
generateStatic
createStatic
createCreate a gRPC credential from a Google credential object.
The resulting CallCredentials object.
The authentication client to use.
Static
createCreates a new CallCredentials object from a given function that generates Metadata objects.
A function that accepts a set of options, and generates a Metadata object based on these options, which is passed back to the caller via a supplied (err, metadata) callback.
Generated using TypeDoc
A class that represents a generic method of adding authentication-related metadata on a per-request basis.