Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticatorClient ¶
type AuthenticatorClient struct {
// contains filtered or unexported fields
}
func New ¶
func New(cfg *config.ClientConfig) (*AuthenticatorClient, error)
func (*AuthenticatorClient) List ¶
func (c *AuthenticatorClient) List(ctx context.Context, params *AuthenticatorListParamsModel) (*AuthenticatorListResponseModel, error)
func (*AuthenticatorClient) ListLocalAuthenticators ¶
func (c *AuthenticatorClient) ListLocalAuthenticators(ctx context.Context) (*AuthenticatorListResponseModel, error)
type AuthenticatorInfoResponseModel ¶ added in v0.0.6
type AuthenticatorInfoResponseModel = internal.Authenticator
type AuthenticatorListParamsModel ¶ added in v0.0.6
type AuthenticatorListParamsModel = internal.GetAuthenticatorsParams
type AuthenticatorListResponseModel ¶ added in v0.0.6
type AuthenticatorListResponseModel = internal.Authenticators
Click to show internal directories.
Click to hide internal directories.