func execute()

in Sources/UberAuth/AuthProviding.swift [32:40]


    func execute(authDestination: AuthDestination,
                 prefill: Prefill?,
                 completion: @escaping (Result<Client, UberAuthError>) -> ())
    
    func logout() -> Bool
    
    func handle(response url: URL) -> Bool
    
    var isLoggedIn: Bool { get }