FirebaseInstallations Framework Reference

FIRInstallationsAuthTokenResult


@interface FIRInstallationsAuthTokenResult : NSObject

The class represents a result of the installation auth token request.

  • The installation auth token string.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull authToken;
  • The installation auth token expiration date.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSDate *_Nonnull expirationDate;