Struct grpcio::ChannelCredentials[][src]

pub struct ChannelCredentials { /* fields omitted */ }

Methods

impl ChannelCredentials
[src]

Try to build a ChannelCredentials to authenticate with Google OAuth credentials.

Trait Implementations

impl Drop for ChannelCredentials
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations