AgentDelegateProtocol

public protocol AgentDelegateProtocol

Delegate protocol to dispatch Agent functions

  • T

    Declaration

    Swift

    associatedtype T
  • authenticate() Asynchronous

    Declaration

    Swift

    func authenticate() async throws -> AuthCode
  • endSession(idToken:) Asynchronous

    Declaration

    Swift

    func endSession(idToken: String) async throws -> Bool