Class MissingIdentifierException
Thrown when an authenticator is asked for its identifier but none was configured (and none could be created lazily).
Extends RuntimeException for backwards compatibility with existing catch
blocks; it lets callers distinguish the "no identifier available" case from
other runtime failures such as an invalid identifier configuration.
Namespace: Authentication\Authenticator