devsite/tools/jazzy/templates

FirebaseAuth Framework Reference

AuthAPNSTokenType

@objc(FIRAuthAPNSTokenType)
public enum AuthAPNSTokenType : Int

The APNs token type for the app.

This enum is available on iOS, macOS Catalyst, tvOS, and watchOS only.

  • Unknown token type.

    The actual token type will be detected from the provisioning profile in the app’s bundle.

    Declaration

    Swift

    case unknown
  • Sandbox token type.

    Declaration

    Swift

    case sandbox
  • Production token type.

    Declaration

    Swift

    case prod