# Functions
No description provided by the author
No description provided by the author
NewMockAuthentication creates a new mock instance.
NewMockTokenClient creates a new mock instance.
# Structs
MockAuthentication is a mock of Authentication interface.
MockAuthenticationMockRecorder is the mock recorder for MockAuthentication.
MockTokenClient is a mock of TokenClient interface.
MockTokenClientMockRecorder is the mock recorder for MockTokenClient.
# Interfaces
go:generate mockgen -source=authentication.go -destination=mock_authentication.go -package=authentication.
go:generate mockgen -source=client.go -destination=mock_client.go -package=authentication.