Create Credential Code
Last updated
Last updated
POST /auth/credentials/code
Part of the flow .
Creates a one-time-code that can then be used to create a new credential from a place you don't have access to one of your existing credential.
Auth:Creds:Create
Always Required (on the Application)
Auth:Creds:Code:Create
Always Required (on the Application)
expiration
*
ISO-8601 Date (String), or Unix epoch (Integer)
Success
Expiration date (as a date string, or a ) of the code, max is 1 minute in the future. So the code can never be valid for more than 1 minute, which should be enough time for a user to copay/paste the code from one place to the other.