ReauthenticateOptions
data class ReauthenticateOptions @JvmOverloads constructor(var redirectUri: String, var xState: String? = null, var uiLocales: List<String>? = null, var colorScheme: ColorScheme? = null, var maxAge: Int? = null, var wechatRedirectURI: String? = null, var authenticationFlowGroup: String? = null, var oauthProviderAlias: String? = null)
Reauthentication options.
Constructors
Properties
Link copied to clipboard
Authentication flow group
Link copied to clipboard
Theme override
Link copied to clipboard
OAuth provider alias
Link copied to clipboard
Redirection URI to which the response will be sent after authorization.
Link copied to clipboard
WeChat redirect uri is needed when integrating WeChat login The wechatRedirectURI will be called when user click the login with WeChat button