Protocols
The following protocols are available globally.
-
The
See moreAgent
is a protocol that is used to authenticate and end a session with an OpenID Connect provider.T
is 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