Documentation
¶
Index ¶
- type CredentialsAPIMock
- func (*CredentialsAPIMock) CurrentUser(string) (*core.CurrentUserResponse, error)
- func (*CredentialsAPIMock) DeleteToken(string) error
- func (*CredentialsAPIMock) Logout(string) error
- func (*CredentialsAPIMock) MultifactorAuthStatus(string) (*core.MultifactorAuthStatusResponse, error)
- func (c *CredentialsAPIMock) NotificationCredentials(token, appUserID string) (core.NotificationCredentialsResponse, error)
- func (c *CredentialsAPIMock) NotificationCredentialsRevoke(token, appUserID string, purgeSession bool) (core.NotificationCredentialsRevokeResponse, error)
- func (*CredentialsAPIMock) ServiceCredentials(string) (*core.CredentialsResponse, error)
- func (*CredentialsAPIMock) Services(string) (core.ServicesResponse, error)
- func (*CredentialsAPIMock) TokenRenew(token string, idempotencyKey uuid.UUID) (*core.TokenRenewResponse, error)
- func (*CredentialsAPIMock) TrustedPassToken(string) (*core.TrustedPassTokenResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CredentialsAPIMock ¶
type CredentialsAPIMock struct { NotificationCredentialsResponse core.NotificationCredentialsResponse NotificationCredentialsRevokeResponse core.NotificationCredentialsRevokeResponse NotificationCredentialsError error }
func (*CredentialsAPIMock) CurrentUser ¶
func (*CredentialsAPIMock) CurrentUser(string) (*core.CurrentUserResponse, error)
func (*CredentialsAPIMock) DeleteToken ¶
func (*CredentialsAPIMock) DeleteToken(string) error
func (*CredentialsAPIMock) Logout ¶
func (*CredentialsAPIMock) Logout(string) error
func (*CredentialsAPIMock) MultifactorAuthStatus ¶
func (*CredentialsAPIMock) MultifactorAuthStatus(string) (*core.MultifactorAuthStatusResponse, error)
func (*CredentialsAPIMock) NotificationCredentials ¶
func (c *CredentialsAPIMock) NotificationCredentials(token, appUserID string) (core.NotificationCredentialsResponse, error)
func (*CredentialsAPIMock) NotificationCredentialsRevoke ¶
func (c *CredentialsAPIMock) NotificationCredentialsRevoke(token, appUserID string, purgeSession bool) (core.NotificationCredentialsRevokeResponse, error)
func (*CredentialsAPIMock) ServiceCredentials ¶
func (*CredentialsAPIMock) ServiceCredentials(string) (*core.CredentialsResponse, error)
func (*CredentialsAPIMock) Services ¶
func (*CredentialsAPIMock) Services(string) (core.ServicesResponse, error)
func (*CredentialsAPIMock) TokenRenew ¶
func (*CredentialsAPIMock) TokenRenew(token string, idempotencyKey uuid.UUID) (*core.TokenRenewResponse, error)
func (*CredentialsAPIMock) TrustedPassToken ¶
func (*CredentialsAPIMock) TrustedPassToken(string) (*core.TrustedPassTokenResponse, error)
Click to show internal directories.
Click to hide internal directories.