Documentation ¶
Index ¶
Constants ¶
View Source
const ( IdentifierDuoMfa = "duo" IdentifierSmsMfa = "sms" IdentifierEmailMfa = "email" IdentifierTotpMfa = "totp" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthRequest ¶
AuthRequest represents an mfa Akamai request
type Client ¶
type Client struct { provider.ValidateBase // contains filtered or unexported fields }
Client is a wrapper representing a Akamai SAML client
func (*Client) Authenticate ¶
func (oc *Client) Authenticate(loginDetails *creds.LoginDetails) (string, error)
Authenticate logs into Akamai and returns a SAML response
type MfaPushRequest ¶
type MfaTokenVerify ¶
type MfaUserOption ¶
Click to show internal directories.
Click to hide internal directories.