Documentation ¶
Overview ¶
Package grpc spins an OpenID Connect Server using the coreos/dex implementation
Index ¶
- func NewAuthTokenRevokerHandler() (proto.AuthTokenRevokerHandler, error)
- type TokenRevokerHandler
- func (h *TokenRevokerHandler) MatchInvalid(ctx context.Context, in *proto.MatchInvalidTokenRequest, ...) error
- func (h *TokenRevokerHandler) PruneTokens(ctx context.Context, in *proto.PruneTokensRequest, ...) error
- func (h *TokenRevokerHandler) Revoke(ctx context.Context, in *proto.RevokeTokenRequest, ...) error
- type WrappedLogger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuthTokenRevokerHandler ¶
func NewAuthTokenRevokerHandler() (proto.AuthTokenRevokerHandler, error)
Types ¶
type TokenRevokerHandler ¶
type TokenRevokerHandler struct {
// contains filtered or unexported fields
}
func (*TokenRevokerHandler) MatchInvalid ¶
func (h *TokenRevokerHandler) MatchInvalid(ctx context.Context, in *proto.MatchInvalidTokenRequest, out *proto.MatchInvalidTokenResponse) error
func (*TokenRevokerHandler) PruneTokens ¶
func (h *TokenRevokerHandler) PruneTokens(ctx context.Context, in *proto.PruneTokensRequest, out *proto.PruneTokensResponse) error
func (*TokenRevokerHandler) Revoke ¶
func (h *TokenRevokerHandler) Revoke(ctx context.Context, in *proto.RevokeTokenRequest, out *proto.RevokeTokenResponse) error
type WrappedLogger ¶
type WrappedLogger struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.