Classes
The following classes are available globally.
-
Declaration
Swift
public class AgentDelegate<T> : AgentDelegateProtocol -
A module that integrates OIDC capabilities into the DaVinci workflow.
See moreDeclaration
Swift
public class OidcModule -
A module that integrates OIDC capabilities into the DaVinci workflow.
See moreDeclaration
Swift
public class WebModule -
Class representing an OpenID Connect client.
- Property pkce: PKCE object used for the Authorization call.
Declaration
Swift
public class OidcClient -
Configuration class for OIDC client.
See moreDeclaration
Swift
public class OidcClientConfig : @unchecked Sendable -
OidcWeb is a subclass of Workflow
See moreDeclaration
Swift
public class OidcWebConfig : WorkflowConfig, @unchecked SendableParameters
configThe configuration for the OIDC workflow.
Return Value
An instance of OidcWeb configured for OIDC login.
View on GitHub
Classes Reference