Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl committed Jun 9, 2016
1 parent d9c8fb4 commit 69487bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions credentials/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ var (
alpnProtoStr = []string{"h2"}
)

// PerRPCCredentials defines the common interface all supported per RPC credentials must
// implement.
// PerRPCCredentials defines the common interface for the credentials which need to
// attach security information to every RPC (e.g., oauth2).
type PerRPCCredentials interface {
// GetRequestMetadata gets the current request metadata, refreshing
// tokens if required. This should be called by the transport layer on
Expand Down

0 comments on commit 69487bb

Please sign in to comment.