AuthenticationFailedException constructor

const AuthenticationFailedException(
  1. String message, [
  2. String? code
])

Implementation

const AuthenticationFailedException(super.message, [super.code]);