Skip to main content

SettingsActionOptions

@authgear/react-native


@authgear/react-native / SettingsActionOptions

Interface: SettingsActionOptions

It is similar to SettingOptions, but it is used for configuring the UI of the opened settings page for specific action like SettingsAction.ChangePassword.

Properties

colorScheme?

optional colorScheme: ColorScheme

Override the color scheme


redirectURI

redirectURI: string

Redirect URI after the settings action is completed.


uiLocales?

optional uiLocales: string[]

UI locale tags. You can use this parameter to set the display language for Auth UI.

First, enable the language you want to change to in Authgear Portal (Your project > UI Settings > click on the settings icon beside Language.)

For example, to change the language for Auth UI to Hong Kong, set the value for uiLocales to ["zh-HK"] after enabling "Chinese (Hong Kong)" in Authgear Portal.


wechatRedirectURI?

optional wechatRedirectURI: string

WeChat Redirect URI is needed when integrating WeChat login in react-native The wechatRedirectURI will be called when user click the login with WeChat button