AuthenticateOptions
data class AuthenticateOptions @JvmOverloads constructor(var redirectUri: String, var xState: String? = null, var prompt: List<PromptOption>? = null, var uiLocales: List<String>? = null, var colorScheme: ColorScheme? = null, var wechatRedirectURI: String? = null, var page: String? = null, var authenticationFlowGroup: String? = null, var oauthProviderAlias: String? = null)
Authorization options.
Constructors
Link copied to clipboard
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
OIDC prompt parameter.
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