ExpiredCredentialsException

Thrown during the authentication process when the system determines the submitted credential(s) has expired and will not allow login.

<p>This is most often used to alert a user that their credentials (e.g. password or cryptography key) has expired and they should change the value. In such systems, the component invoking the authentication might catch this exception and redirect the user to an appropriate view to allow them to update their password or other credentials mechanism.

class ExpiredCredentialsException : CredentialsException {}

Members

Mixins

__anonymous
mixin BasicExceptionCtors
Undocumented in source.

Inherited Members

From CredentialsException

__anonymous
mixin BasicExceptionCtors
Undocumented in source.

Meta