Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClaimsServerStream ¶
type ClaimsServerStream struct { grpc.ServerStream Ctx context.Context }
func NewClaimsServerStream ¶
func NewClaimsServerStream(stream grpc.ServerStream) *ClaimsServerStream
func (*ClaimsServerStream) Claims ¶
func (c *ClaimsServerStream) Claims() (jwt.Claims, bool)
func (*ClaimsServerStream) Context ¶
func (c *ClaimsServerStream) Context() context.Context
Click to show internal directories.
Click to hide internal directories.