Skip to content

Commit

Permalink
remove Kotlin syntax for authenticated
Browse files Browse the repository at this point in the history
remove Kotlin syntax for authenticated
  • Loading branch information
cacheung committed Feb 9, 2023
1 parent dc9abe8 commit e1fea8e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Documentation/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -584,13 +584,4 @@ public enum AuthenticatedState {
AUTHENTICATED("authenticated"),
LOGGED_OUT("loggedOut");
}
```
#### Kotlin

```kotlin
enum class AuthenticatedState(val name: String) {
AMBIGUOUS("ambiguous"),
AUTHENTICATED("authenticated"),
LOGGED_OUT("loggedOut")
}
```

0 comments on commit e1fea8e

Please sign in to comment.