FirebaseAuth Framework Reference

AuthCredential

class AuthCredential : NSObject

Represents a credential.

  • Gets the name of the identity provider for the credential.

    Declaration

    Swift

    var provider: String { get }
  • This is an abstract base class. Concrete instances should be created via factory methods available in the various authentication provider libraries (like the Facebook provider or the Google provider libraries.)