Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthInterceptor ¶
type AuthInterceptor struct {
// contains filtered or unexported fields
}
AuthInterceptor
func NewAuthInterceptor ¶
func NewAuthInterceptor(app string, pem []byte) (*AuthInterceptor, error)
NewAuthInterceptor
func (*AuthInterceptor) Stream ¶
func (ai *AuthInterceptor) Stream() grpc.StreamClientInterceptor
Stream
func (*AuthInterceptor) Unary ¶
func (ai *AuthInterceptor) Unary() grpc.UnaryClientInterceptor
Unary
type AuthOptions ¶
type AuthOptions struct { Claims *jwt.StandardClaims PrivateKey []byte }
AuthOptions
Click to show internal directories.
Click to hide internal directories.