Login OTP Config API
Update OTP login config
Update an OTP login configuration by its identifier.
PUT
Update OTP login config
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the app the request refers to. An application's unique identifier.
Examples:
"54e9ujn"
"fvua38g"
The identifier of the login configuration. A login config unique identifier. It is prefixed with 'lcfg_'
Example:
"lcfg_01jqebhswje1ka1z7ahr9rfsgt"
Body
application/json
Available options:
otp Example:
"otp"
Available options:
sms, email Example:
"sms"
Example:
"tpl_01jqebhswje1ka1z7ahr9rfsgt"
Example:
"Prelude"
Example:
true
Session scopes attached to the session when a login completes through this OTP configuration (for example prld:pwd:write).
Example:
["prld:pwd:write"]
Response
OK
Update OTP login config