Versions in this module Expand all Collapse all v4 v4.1.0 Feb 3, 2021 v4.0.0 Dec 10, 2020 Changes in this version + type CognitoSRP struct + func NewCognitoSRP(username, password, poolId, clientId string, clientSecret *string) (*CognitoSRP, error) + func (csrp *CognitoSRP) GetAuthParams() map[string]string + func (csrp *CognitoSRP) GetClientId() string + func (csrp *CognitoSRP) GetSecretHash(username string) (string, error) + func (csrp *CognitoSRP) GetUserPoolId() string + func (csrp *CognitoSRP) GetUserPoolName() string + func (csrp *CognitoSRP) GetUsername() string + func (csrp *CognitoSRP) PasswordVerifierChallenge(challengeParms map[string]string, ts time.Time) (map[string]string, error) Other modules containing this package github.com/alexrudd/cognito-srp/v2 github.com/alexrudd/cognito-srp/v3