Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeAuthenticationStore
- func (fake *FakeAuthenticationStore) AccessToken() string
- func (fake *FakeAuthenticationStore) AccessTokenCallCount() int
- func (fake *FakeAuthenticationStore) AccessTokenReturns(result1 string)
- func (fake *FakeAuthenticationStore) ClientID() string
- func (fake *FakeAuthenticationStore) ClientIDCallCount() int
- func (fake *FakeAuthenticationStore) ClientIDReturns(result1 string)
- func (fake *FakeAuthenticationStore) ClientSecret() string
- func (fake *FakeAuthenticationStore) ClientSecretCallCount() int
- func (fake *FakeAuthenticationStore) ClientSecretReturns(result1 string)
- func (fake *FakeAuthenticationStore) Invocations() map[string][][]interface{}
- func (fake *FakeAuthenticationStore) RefreshToken() string
- func (fake *FakeAuthenticationStore) RefreshTokenCallCount() int
- func (fake *FakeAuthenticationStore) RefreshTokenReturns(result1 string)
- func (fake *FakeAuthenticationStore) SetAccessToken(token string)
- func (fake *FakeAuthenticationStore) SetAccessTokenArgsForCall(i int) string
- func (fake *FakeAuthenticationStore) SetAccessTokenCallCount() int
- func (fake *FakeAuthenticationStore) SkipSSLValidation() bool
- func (fake *FakeAuthenticationStore) SkipSSLValidationCallCount() int
- func (fake *FakeAuthenticationStore) SkipSSLValidationReturns(result1 bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAuthenticationStore ¶
type FakeAuthenticationStore struct { ClientIDStub func() string ClientSecretStub func() string SkipSSLValidationStub func() bool AccessTokenStub func() string RefreshTokenStub func() string SetAccessTokenStub func(token string) // contains filtered or unexported fields }
func (*FakeAuthenticationStore) AccessToken ¶
func (fake *FakeAuthenticationStore) AccessToken() string
func (*FakeAuthenticationStore) AccessTokenCallCount ¶
func (fake *FakeAuthenticationStore) AccessTokenCallCount() int
func (*FakeAuthenticationStore) AccessTokenReturns ¶
func (fake *FakeAuthenticationStore) AccessTokenReturns(result1 string)
func (*FakeAuthenticationStore) ClientID ¶
func (fake *FakeAuthenticationStore) ClientID() string
func (*FakeAuthenticationStore) ClientIDCallCount ¶
func (fake *FakeAuthenticationStore) ClientIDCallCount() int
func (*FakeAuthenticationStore) ClientIDReturns ¶
func (fake *FakeAuthenticationStore) ClientIDReturns(result1 string)
func (*FakeAuthenticationStore) ClientSecret ¶
func (fake *FakeAuthenticationStore) ClientSecret() string
func (*FakeAuthenticationStore) ClientSecretCallCount ¶
func (fake *FakeAuthenticationStore) ClientSecretCallCount() int
func (*FakeAuthenticationStore) ClientSecretReturns ¶
func (fake *FakeAuthenticationStore) ClientSecretReturns(result1 string)
func (*FakeAuthenticationStore) Invocations ¶
func (fake *FakeAuthenticationStore) Invocations() map[string][][]interface{}
func (*FakeAuthenticationStore) RefreshToken ¶
func (fake *FakeAuthenticationStore) RefreshToken() string
func (*FakeAuthenticationStore) RefreshTokenCallCount ¶
func (fake *FakeAuthenticationStore) RefreshTokenCallCount() int
func (*FakeAuthenticationStore) RefreshTokenReturns ¶
func (fake *FakeAuthenticationStore) RefreshTokenReturns(result1 string)
func (*FakeAuthenticationStore) SetAccessToken ¶
func (fake *FakeAuthenticationStore) SetAccessToken(token string)
func (*FakeAuthenticationStore) SetAccessTokenArgsForCall ¶
func (fake *FakeAuthenticationStore) SetAccessTokenArgsForCall(i int) string
func (*FakeAuthenticationStore) SetAccessTokenCallCount ¶
func (fake *FakeAuthenticationStore) SetAccessTokenCallCount() int
func (*FakeAuthenticationStore) SkipSSLValidation ¶
func (fake *FakeAuthenticationStore) SkipSSLValidation() bool
func (*FakeAuthenticationStore) SkipSSLValidationCallCount ¶
func (fake *FakeAuthenticationStore) SkipSSLValidationCallCount() int
func (*FakeAuthenticationStore) SkipSSLValidationReturns ¶
func (fake *FakeAuthenticationStore) SkipSSLValidationReturns(result1 bool)
Click to show internal directories.
Click to hide internal directories.