Documentation
¶
Index ¶
- func Create(params files_sdk.TwoFactorAuthenticationMethodCreateParams, ...) (twoFactorAuthenticationMethod files_sdk.TwoFactorAuthenticationMethod, ...)
- func Delete(params files_sdk.TwoFactorAuthenticationMethodDeleteParams, ...) (err error)
- func SendCode(params files_sdk.TwoFactorAuthenticationMethodSendCodeParams, ...) (u2fSignRequest files_sdk.U2fSignRequest, err error)
- func Update(params files_sdk.TwoFactorAuthenticationMethodUpdateParams, ...) (twoFactorAuthenticationMethod files_sdk.TwoFactorAuthenticationMethod, ...)
- func UpdateWithMap(params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (twoFactorAuthenticationMethod files_sdk.TwoFactorAuthenticationMethod, ...)
- type Client
- func (c *Client) Create(params files_sdk.TwoFactorAuthenticationMethodCreateParams, ...) (twoFactorAuthenticationMethod files_sdk.TwoFactorAuthenticationMethod, ...)
- func (c *Client) Delete(params files_sdk.TwoFactorAuthenticationMethodDeleteParams, ...) (err error)
- func (c *Client) Get(params files_sdk.TwoFactorAuthenticationMethodGetParams, ...) (*Iter, error)
- func (c *Client) SendCode(params files_sdk.TwoFactorAuthenticationMethodSendCodeParams, ...) (u2fSignRequest files_sdk.U2fSignRequest, err error)
- func (c *Client) Update(params files_sdk.TwoFactorAuthenticationMethodUpdateParams, ...) (twoFactorAuthenticationMethod files_sdk.TwoFactorAuthenticationMethod, ...)
- func (c *Client) UpdateWithMap(params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (twoFactorAuthenticationMethod files_sdk.TwoFactorAuthenticationMethod, ...)
- type Iter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(params files_sdk.TwoFactorAuthenticationMethodCreateParams, opts ...files_sdk.RequestResponseOption) (twoFactorAuthenticationMethod files_sdk.TwoFactorAuthenticationMethod, err error)
func Delete ¶
func Delete(params files_sdk.TwoFactorAuthenticationMethodDeleteParams, opts ...files_sdk.RequestResponseOption) (err error)
func SendCode ¶
func SendCode(params files_sdk.TwoFactorAuthenticationMethodSendCodeParams, opts ...files_sdk.RequestResponseOption) (u2fSignRequest files_sdk.U2fSignRequest, err error)
func Update ¶
func Update(params files_sdk.TwoFactorAuthenticationMethodUpdateParams, opts ...files_sdk.RequestResponseOption) (twoFactorAuthenticationMethod files_sdk.TwoFactorAuthenticationMethod, err error)
func UpdateWithMap ¶
func UpdateWithMap(params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (twoFactorAuthenticationMethod files_sdk.TwoFactorAuthenticationMethod, err error)
Types ¶
type Client ¶
func (*Client) Create ¶
func (c *Client) Create(params files_sdk.TwoFactorAuthenticationMethodCreateParams, opts ...files_sdk.RequestResponseOption) (twoFactorAuthenticationMethod files_sdk.TwoFactorAuthenticationMethod, err error)
func (*Client) Delete ¶
func (c *Client) Delete(params files_sdk.TwoFactorAuthenticationMethodDeleteParams, opts ...files_sdk.RequestResponseOption) (err error)
func (*Client) Get ¶
func (c *Client) Get(params files_sdk.TwoFactorAuthenticationMethodGetParams, opts ...files_sdk.RequestResponseOption) (*Iter, error)
func (*Client) SendCode ¶
func (c *Client) SendCode(params files_sdk.TwoFactorAuthenticationMethodSendCodeParams, opts ...files_sdk.RequestResponseOption) (u2fSignRequest files_sdk.U2fSignRequest, err error)
func (*Client) Update ¶
func (c *Client) Update(params files_sdk.TwoFactorAuthenticationMethodUpdateParams, opts ...files_sdk.RequestResponseOption) (twoFactorAuthenticationMethod files_sdk.TwoFactorAuthenticationMethod, err error)
func (*Client) UpdateWithMap ¶
func (c *Client) UpdateWithMap(params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (twoFactorAuthenticationMethod files_sdk.TwoFactorAuthenticationMethod, err error)
type Iter ¶
func Get ¶
func Get(params files_sdk.TwoFactorAuthenticationMethodGetParams, opts ...files_sdk.RequestResponseOption) (*Iter, error)
func (*Iter) Reload ¶
func (i *Iter) Reload(opts ...files_sdk.RequestResponseOption) files_sdk.IterI
func (*Iter) TwoFactorAuthenticationMethod ¶
func (i *Iter) TwoFactorAuthenticationMethod() files_sdk.TwoFactorAuthenticationMethod
Click to show internal directories.
Click to hide internal directories.