diff --git a/Documentation/api-reference.md b/Documentation/api-reference.md index eb81319d..37cf8c08 100644 --- a/Documentation/api-reference.md +++ b/Documentation/api-reference.md @@ -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") -} ``` \ No newline at end of file