interfaceSCASettings
export interface SCASettings {
isStrongAuthEnabled: boolean;
isBiometricEnabled: boolean;
pinCodeLength: number;
paymentContacts: {
isPinEnabled: boolean;
isOtpEnabled: boolean;
};
}/strongauth/settingsPromise<SCASettings>
export interface SCASettings {
isStrongAuthEnabled: boolean;
isBiometricEnabled: boolean;
pinCodeLength: number;
paymentContacts: {
isPinEnabled: boolean;
isOtpEnabled: boolean;
};
}GET /strongauth/settings
We use essential cookies to make this site work. With your consent, we may also use non-essential cookies for analytics and marketing. You can change your choices at any time.
See our Privacy Policy and Cookie Policy.