Versions in this module Expand all Collapse all v1 v1.1.0 Aug 24, 2017 Changes in this version + type Request struct + Domain string + OTP string + UserID string + func (r *Request) Post(c *sa.Client) (*Response, error) + func (r *Request) ValidateOTP(c *sa.Client, userID string, domain string, otp string) (*Response, error) + type Response struct + HTTPResponse *http.Response + Message string + RawJSON string + Status string + UserID string + func (r *Response) IsSignatureValid(c *sa.Client) (bool, error)