Protocols
The following protocols are available globally.
-
The
See moreAgentis a protocol that is used to authenticate and end a session with an OpenID Connect provider.Tis the configuration object that is used to configure theAgent.Declaration
Swift
public protocol Agent<T> : Sendable -
Protocol for a User. Provides methods for token management, user information retrieval, and logout.
See moreDeclaration
Swift
public protocol User : Sendable
View on GitHub
Protocols Reference