Skip to content

Commit

Permalink
Update based on reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
addb committed Jan 31, 2023
1 parent 17736af commit 501f0f4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Documentation/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,13 +596,12 @@ val item = IdentityItem("identifier")

val item = IdentityItem("identifier", AuthenticatedState.AUTHENTICATED, false)


// Getters
val id = item.getId()
val id = item.id

val state = item.getAuthenticatedState()
val state = item.authenticatedState

val primary = item.isPrimary()
val primary = item.isPrimary
```

------
Expand Down

0 comments on commit 501f0f4

Please sign in to comment.