UnbluTwoFactorAuthErrorUIConfig
public struct UnbluTwoFactorAuthErrorUIConfig
Configuration for customizing the appearance of the error view shown during two-factor authentication.
-
Declaration
Swift
public var reloadButtonTitle: String
-
Declaration
Swift
public var backButtonTitle: String
-
Declaration
Swift
public var errorLabelColor: UIColor
-
Declaration
Swift
public var buttonLabelColor: UIColor
-
Declaration
Swift
public var buttonBorderColor: UIColor
-
Declaration
Swift
public var buttonBackgroundColor: UIColor
-
init(reloadButtonTitle:
backButtonTitle: errorLabelColor: buttonLabelColor: buttonBorderColor: buttonBackgroundColor: ) Declaration
Swift
public init( reloadButtonTitle: String = "Reload", backButtonTitle: String = "Back", errorLabelColor: UIColor = .black, buttonLabelColor: UIColor = .white, buttonBorderColor: UIColor = .orange, buttonBackgroundColor: UIColor = .orange )