This key derivation algorithm defines that SRP 2FA login must be used
Constructor schema is available as of layer 84. Switch »
Name | Type | Description |
---|---|---|
salt1 | bytes | One of two salts used by the derivation function (see SRP 2FA login) |
salt2 | bytes | One of two salts used by the derivation function (see SRP 2FA login) |
g | int | Base (see SRP 2FA login) |
p | bytes | 2048-bit modulus (see SRP 2FA login) |
How to login to a user's account if they have enabled 2FA, how to change password.