FirebaseFunctions Framework Reference

HTTPSCallableOptions

@objc(FIRHTTPSCallableOptions)
public class HTTPSCallableOptions : NSObject

Configuration 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

    requireLimitedUseAppCheckTokens

    A boolean used to decide whether or not to protect the callable function with a limited use App Check token.