We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nickname
1 parent 7daaf80 commit ff9bb4fCopy full SHA for ff9bb4f
passwordless/src/main/java/dev/passwordless/android/rest/contracts/register/RegisterCompleteRequest.kt
@@ -8,7 +8,8 @@ import com.google.gson.annotations.SerializedName
8
*
9
* @property session The session ID for the registration.
10
* @property response The response from the authenticator.
11
- * @property nickname The nickname of the user.
+ * @property nickname The nickname of a credential could represent the location where the credential
12
+ * is stored, i.e. "YubiKey Work" or "Marc's Laptop".
13
* @property origin The origin of the request.
14
* @property rpId The identifier of the relying party.
15
*/
0 commit comments