HTTPSCallableOptions
@objc(FIRHTTPSCallableOptions)
public final class HTTPSCallableOptions : NSObject, SendableConfiguration options for a HTTPSCallable instance.
-
Whether or not to protect the callable function with a limited-use App Check token.
Declaration
Swift
@objc public let requireLimitedUseAppCheckTokens: Bool -
Designated initializer.
Declaration
Swift
@objc public init(requireLimitedUseAppCheckTokens: Bool)Parameters
requireLimitedUseAppCheckTokensA boolean used to decide whether or not to protect the callable function with a limited use App Check token.