From e1fea8ec36d1c4eb1311ace1f5a5a27cfcfdf5d7 Mon Sep 17 00:00:00 2001 From: Calise Cheung Date: Thu, 9 Feb 2023 10:17:10 -0800 Subject: [PATCH] remove Kotlin syntax for authenticated remove Kotlin syntax for authenticated --- Documentation/api-reference.md | 9 --------- 1 file changed, 9 deletions(-) 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