AppleProvider enum

An enum representing the different types of Apple App Attest providers.

Inheritance

Constructors

AppleProvider()
const

Values

debug → const AppleProvider

The debug provider. No further configuration in your iOS code required. You simply need to copy/paste the debug token from the console when you run the app and add the token to your Firebase console. See documentation: https://firebase.google.com/docs/app-check/ios/debug-provider

deviceCheck → const AppleProvider

the default deviceCheck provider. See documentation: https://firebase.google.com/docs/app-check/ios/devicecheck-provider

appAttest → const AppleProvider
appAttestWithDeviceCheckFallback → const AppleProvider

appAttest provider is only available on iOS 14.0+, macOS 14.0+ so this will fall back to deviceCheck provider if appAtest provider is not available

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AppleProvider>
A constant List of the values in this enum, in order of their declaration.