package
3.2.1+incompatible
Repository: https://github.com/24coms/go.openid.git
Documentation: pkg.go.dev
# Functions
NewAuthenticatorGetTokenInvocation creates a new instance of AuthenticatorGetTokenInvocation.
NewFakeAuthenticatorDefaultError returns an instance of FakeAuthenticator with all hooks configured to call t.Error.
NewFakeAuthenticatorDefaultFatal returns an instance of FakeAuthenticator with all hooks configured to call t.Fatal.
NewFakeAuthenticatorDefaultPanic returns an instance of FakeAuthenticator with all hooks configured to panic.
# Structs
AuthenticatorGetTokenInvocation represents a single call of FakeAuthenticator.GetToken.
FakeAuthenticator is a mock implementation of Authenticator for testing.
# Interfaces
AuthenticatorTestingT represents the methods of "testing".T used by charlatan Fakes.