FirebaseAuthError.MISSING_SAML_RELYING_PARTY_CONFIG constructor

FirebaseAuthError.MISSING_SAML_RELYING_PARTY_CONFIG([
  1. String? message
])

Implementation

FirebaseAuthError.MISSING_SAML_RELYING_PARTY_CONFIG([String? message])
    : this(
          'missing-saml-relying-party-config',
          message ??
              'The SAML configuration provided is missing a relying party configuration.');