Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(ctx context.Context, configuration pbImplEnvoyAuthV3Shared.Configuration) (pbImplEnvoyAuthV3Shared.AuthHandler, bool)
Types ¶
type Session ¶
type Session struct { Token oauth2.Token `json:"token"` ExpiresAt meta.Time `json:"expiresAt"` Username string `json:"username"` }
func (*Session) AsResponse ¶
func (s *Session) AsResponse() *pbImplEnvoyAuthV3Shared.ResponseAuth
Click to show internal directories.
Click to hide internal directories.