OidcWebClientConfig
public class OidcWebClientConfig : WorkflowConfig, @unchecked Sendable
OidcWebClientConfig is a subclass of WorkflowConfig
Parameters
config
|
The configuration for the OIDC workflow. |
Return Value
An instance of OidcWebClient configured for OIDC login.
-
Browser type used for OIDC login.
Declaration
Swift
public var browserType: BrowserType -
The mode of the browser for OIDC login.
Declaration
Swift
public var browserMode: BrowserMode
View on GitHub