authFailureFromRejection function
Implementation
AuthFailure authFailureFromRejection(CredentialRejection rejection) =>
AuthFailure(
reason: rejection.reason,
message: rejection.message,
arguments: rejection.arguments,
argumentsKeywords: rejection.argumentsKeywords,
);