Documentation ¶
Overview ¶
Package authtest provides helpers for testing functionality that uses the auth package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OIDCServer ¶
func NewOIDCServer ¶
func NewOIDCServer(idToken string) *OIDCServer
func (*OIDCServer) Client ¶
func (s *OIDCServer) Client() *http.Client
func (*OIDCServer) NumberOfCalls ¶
func (s *OIDCServer) NumberOfCalls() int64
func (*OIDCServer) WithContextClient ¶
func (s *OIDCServer) WithContextClient(ctx context.Context) context.Context
Click to show internal directories.
Click to hide internal directories.