Start the registration of a TOTP generator for a user
Start the registration of a TOTP generator for a user, as a response a secret returned, which is used to initialize a TOTP app or device..
curl -X POST "https://loading/v2/users/string/totp"{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
},
"uri": "string",
"secret": "string"
}Was this page helpful?
Start flow with an identity provider
Start flow with an identity provider: Start a flow with an identity provider, for external login, registration or linking..
Start the registration of a u2f token for a user
Start the registration of a u2f token for a user, as a response the public key credential creation options are returned, which are used to verify the u2f token..