Struct grpcio::ChannelCredentials [] [src]

pub struct ChannelCredentials { /* fields omitted */ }

Methods

impl ChannelCredentials
[src]

[src]

[src]

Attempts to construct a ChannelCredentials that is authenticated with Google OAuth credentials.

Trait Implementations

impl Drop for ChannelCredentials
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations