Get Signing Certificate
cognitoidentityprovider_get_signing_certificate | R Documentation |
This method takes a user pool ID, and returns the signing certificate¶
Description¶
This method takes a user pool ID, and returns the signing certificate. The issued certificate is valid for 10 years from the date of issue.
Amazon Cognito issues and assigns a new signing certificate annually.
This process returns a new value in the response to
get_signing_certificate
, but doesn't invalidate the original
certificate.
Usage¶
cognitoidentityprovider_get_signing_certificate(UserPoolId)
Arguments¶
UserPoolId |
[required] The user pool ID. |
Value¶
A list with the following syntax:
list(
Certificate = "string"
)
Request syntax¶
svc$get_signing_certificate(
UserPoolId = "string"
)