Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { provider.ValidateBase MFA string // contains filtered or unexported fields }
func New ¶
func New(idpAccount *cfg.IDPAccount, mfa string) (*Client, error)
New creates a new external client
func (*Client) Authenticate ¶
func (nc *Client) Authenticate(loginDetails *creds.LoginDetails) (string, error)
Click to show internal directories.
Click to hide internal directories.