SignInUIOptions
The options object for drop-in UI which allows changing properties like logo image and background color.
-
If true, the end user can cancel the sign-in operation and go back to previous view controller.
-
The logo image to be displayed on the sign-in screen.
-
The background color of the sign-in screen.
-
The secondary background color. It’s applied to the bottom panel of the sign-in screen.
-
The view primary color used for highlighted elements (button background, links).
-
If set to true the sign up button is hidden from the UI.
-
init(canCancel:
logoImage: backgroundColor: secondaryBackgroundColor: primaryColor: disableSignUpButton: ) Initializer for the drop-in UI configuration.
-