VGSCardAttributesLookupService

public protocol VGSCardAttributesLookupService : AnyObject

Useful for dependency injection and mocking in Unit Tests.

Data Provider Callbacks

  • Closure to provide the JWT token needed for the request.

    Declaration

    Swift

    var authHandler: ((_ completion: @escaping (Result<String, Error>) -> Void) -> Void)? { get set }

Lifecycle Callbacks