package
0.0.0-20221016030802-421612b74aa5
Repository: https://github.com/lixd/grpc-go-example.git
Documentation: pkg.go.dev

# Packages

The client demonstrates how to supply an OAuth2 token for every RPC.
The server demonstrates how to consume and validate OAuth2 tokens provided by clients for each RPC.

# Functions

IsValidAuth 具体的验证逻辑.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Structs

MyAuth 自定义 Auth 需要实现 credentials.PerRPCCredentials 接口.