AWSAuthUIConfiguration Class Reference
Inherits from | NSObject |
---|---|
Conforms to | AWSUIConfiguration |
Declared in | AWSAuthUIConfiguration.h AWSAuthUIConfiguration.m |
Overview
The AWSAuthUIConfiguration
class defines the configuration information
that can be customized on the SignIn screen
- Logo Image
- Background Color
- Enable/Disable UserPools UI
- SignInButtons
*
canCancel
If set to YES
user can hit cancel button to dismiss sign in UI
*
@property (atomic) BOOL canCancel
Declared In
AWSAuthUIConfiguration.h
logoImage
The logo to be used on the Auth UI Screen *
@property (nonatomic, nullable) UIImage *logoImage
Declared In
AWSAuthUIConfiguration.h
backgroundColor
Gets the backgorund color of the sign in screen configured by the user *
@property (nonatomic, nullable) UIColor *backgroundColor
Declared In
AWSAuthUIConfiguration.h
enableUserPoolsUI
Enables the User Pools UI Flows for Sign In, Create Account and Forgot Password *
@property (atomic) BOOL enableUserPoolsUI
Declared In
AWSAuthUIConfiguration.h
isBackgroundColorFullScreen
Gets the backgorund color of the sign in screen configured by the user for the whole screen. *
@property (nonatomic) BOOL isBackgroundColorFullScreen
Declared In
AWSAuthUIConfiguration.h
disableSignUpButton
If set to YES
the sign up button is hidden from the UI.
*
@property (atomic) BOOL disableSignUpButton
Declared In
AWSAuthUIConfiguration.h
font
Font for the text in the SignInView and all its subviews. *
@property (nonatomic, nullable) UIFont *font
Declared In
AWSAuthUIConfiguration.h
– addAWSSignInButtonViewClass:
Registers the shared instance of sign in provider implementing AWSSignInProvider
.
- (void)addAWSSignInButtonViewClass:(_Nonnull Class<AWSSignInButtonView>)signInButtonViewClass
Parameters
signInButtonViewClass |
The SignInButtonView that conforms to the |
---|
Declared In
AWSAuthUIConfiguration.h