Documentation ¶
Overview ¶
Package grpc spins an OpenID Connect Server using the coreos/dex implementation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuthTokenVerifierHandler ¶
func NewAuthTokenVerifierHandler() (proto.AuthTokenVerifierHandler, error)
Types ¶
type AuthTokenVerifierHandler ¶
type AuthTokenVerifierHandler struct{}
func (*AuthTokenVerifierHandler) Verify ¶
func (h *AuthTokenVerifierHandler) Verify(ctx context.Context, in *proto.VerifyTokenRequest, out *proto.VerifyTokenResponse) error
Verify checks if the token is valid for hydra
Click to show internal directories.
Click to hide internal directories.