Class ExpiredCodeException
Exception thrown when an expired code error occurs. This typically happens when a time-limited code or token has expired and is no longer valid.
Implements
Inherited Members
Namespace: Innovt.Cloud.AWS.Cognito.Exceptions
Assembly: Innovt.Cloud.AWS.Cognito.dll
Syntax
public class ExpiredCodeException : BusinessException, ISerializable
Constructors
| Edit this page View SourceExpiredCodeException()
Initializes a new instance of the ExpiredCodeException class.
Declaration
public ExpiredCodeException()