Closed miquella closed 5 years ago
According to the AWS STS documentation, the TokenCode parameter must be exactly 6 characters and match: [\d]*
TokenCode
[\d]*
See: AssumeRole documentation GetSessionToken documentation
Fixes #145
According to the AWS STS documentation, the
TokenCode
parameter must be exactly 6 characters and match:[\d]*
See: AssumeRole documentation GetSessionToken documentation
Fixes #145