Classes
The following classes are available globally.
-
A handler class for managing browser-based Identity Provider (IdP) authorization.
See moreDeclaration
Swift
@MainActor public class BrowserHandler : IdpRequestHandler
-
A collector class for handling Identity Provider (IdP) authorization.
- property continueNode: The continue node.
- property id: The unique identifier for the collector.
- property idpType: The type of IdP.
- property label: The label for the IdP.
- property link: The URL link for IdP authentication.
- property nativeHandler: The native handler for the IdP request.
- property resumeRequest: The request to resume the DaVinci flow.
Declaration
Swift
@objc public class IdpCollector : NSObject, Collector, ContinueNodeAware, RequestInterceptor, @unchecked Sendable