Symfony2 API
Class

Symfony\Component\Security\Core\Exception\NonceExpiredException

class NonceExpiredException extends AuthenticationException

NonceExpiredException is thrown when an authentication is rejected because the digest nonce has expired.

Methods

string getMessageKey()

Message key to be used by the translation component.

Details

at line 28
public string getMessageKey()

Message key to be used by the translation component.

Return Value

string