Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateToken(ctx context.Context, params *ssooidc.CreateTokenInput, ...) (*ssooidc.CreateTokenOutput, error)
- func (_m *IClient) CreateTokenWithIAM(ctx context.Context, params *ssooidc.CreateTokenWithIAMInput, ...) (*ssooidc.CreateTokenWithIAMOutput, error)
- func (_m *IClient) Options() ssooidc.Options
- func (_m *IClient) RegisterClient(ctx context.Context, params *ssooidc.RegisterClientInput, ...) (*ssooidc.RegisterClientOutput, error)
- func (_m *IClient) StartDeviceAuthorization(ctx context.Context, params *ssooidc.StartDeviceAuthorizationInput, ...) (*ssooidc.StartDeviceAuthorizationOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) CreateToken ¶
func (_m *IClient) CreateToken(ctx context.Context, params *ssooidc.CreateTokenInput, optFns ...func(*ssooidc.Options)) (*ssooidc.CreateTokenOutput, error)
CreateToken provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateTokenWithIAM ¶
func (_m *IClient) CreateTokenWithIAM(ctx context.Context, params *ssooidc.CreateTokenWithIAMInput, optFns ...func(*ssooidc.Options)) (*ssooidc.CreateTokenWithIAMOutput, error)
CreateTokenWithIAM provides a mock function with given fields: ctx, params, optFns
func (*IClient) RegisterClient ¶
func (_m *IClient) RegisterClient(ctx context.Context, params *ssooidc.RegisterClientInput, optFns ...func(*ssooidc.Options)) (*ssooidc.RegisterClientOutput, error)
RegisterClient provides a mock function with given fields: ctx, params, optFns
func (*IClient) StartDeviceAuthorization ¶
func (_m *IClient) StartDeviceAuthorization(ctx context.Context, params *ssooidc.StartDeviceAuthorizationInput, optFns ...func(*ssooidc.Options)) (*ssooidc.StartDeviceAuthorizationOutput, error)
StartDeviceAuthorization provides a mock function with given fields: ctx, params, optFns
Click to show internal directories.
Click to hide internal directories.