Skip to content

Commit ff9bb4f

Browse files
author
Jonas Hendrickx
authored
Document the nickname property when registering a credential. (#97)
1 parent 7daaf80 commit ff9bb4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

passwordless/src/main/java/dev/passwordless/android/rest/contracts/register/RegisterCompleteRequest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import com.google.gson.annotations.SerializedName
88
*
99
* @property session The session ID for the registration.
1010
* @property response The response from the authenticator.
11-
* @property nickname The nickname of the user.
11+
* @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".
1213
* @property origin The origin of the request.
1314
* @property rpId The identifier of the relying party.
1415
*/

0 commit comments

Comments
 (0)