GooglePlacesSwift Framework Reference

AppCheckTokenProvider

protocol AppCheckTokenProvider

A protocol for fetching the App Check token.

  • Fetches the App Check token.

    Throws

    An error if the token cannot be fetched.

    Declaration

    Swift

    func fetchAppCheckToken() async throws -> String

    Return Value

    The App Check token.