FirebaseAuth Framework Reference

FIRAuthCredential


@interface FIRAuthCredential : NSObject

Represents a credential.

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

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSString *_Nonnull provider;
  • 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.)

    Declaration

    Objective-C

    - (nonnull instancetype)init;