AgentDelegateProtocol
public protocol AgentDelegateProtocol
                Delegate protocol to dispatch Agent functions
- 
                  
                  
Declaration
Swift
associatedtype T - 
                  
authenticate()AsynchronousDeclaration
Swift
func authenticate() async throws -> AuthCode - 
                  
endSession(idToken:Asynchronous) Declaration
Swift
func endSession(idToken: String) async throws -> Bool 
            View on GitHub