Documentation ¶
Index ¶
Constants ¶
View Source
const ( RSAAlgorithm = "RSA" RSAExponentAQAB = "AQAB" RSAExponentAAEAAQ = "AAEAAQ" RSADefaultExponent = 65537 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JWKS ¶
type JWKS struct {
Keys []JsonKey `json:"keys"`
}
func (JWKS) JWKSGetKeyset ¶
JWKSGetKeyset primary package method which retrives the json web key set for cognito user pool
func (JWKS) JWKSToRSAJSONResponse ¶
JWKSToRSAJSONResponse method returns byte[] array for request response
Click to show internal directories.
Click to hide internal directories.