Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Auth ¶
type Auth struct {
// contains filtered or unexported fields
}
func (*Auth) RefreshJWKS ¶
func (*Auth) StreamInterceptor ¶
func (a *Auth) StreamInterceptor() grpc.StreamServerInterceptor
func (*Auth) UnaryInterceptor ¶
func (a *Auth) UnaryInterceptor() grpc.UnaryServerInterceptor
type Context ¶
type Context struct { Claims map[string]interface{} `json:"claims"` Method string `json:"method"` Metadata map[string]string `json:"metadata"` Body map[string]interface{} `json:"body"` ClientStream bool `json:"client_stream"` ServerStream bool `json:"server_stream"` // contains filtered or unexported fields }
func (*Context) AuthPayload ¶
Click to show internal directories.
Click to hide internal directories.