You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: auth0/src/main/java/com/auth0/android/authentication/AuthenticationAPIClient.kt
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -198,8 +198,7 @@ public class AuthenticationAPIClient @VisibleForTesting(otherwise = VisibleForTe
198
198
* @return a request to configure and start that will yield [Credentials]
199
199
*/
200
200
@Deprecated(
201
-
message ="""loginWithOTP method is deprecated and will be removed in the next major version of the SDK.
202
-
"Use the APIs in the [com.auth0.android.authentication.mfa.MfaApiClient] class instead.""",
201
+
message ="loginWithOTP is deprecated and will be removed in the next major version of the SDK. Use the APIs in the [com.auth0.android.authentication.mfa.MfaApiClient] class instead.",
@@ -416,8 +415,7 @@ public class AuthenticationAPIClient @VisibleForTesting(otherwise = VisibleForTe
416
415
* @return a request to configure and start that will yield [Credentials]
417
416
*/
418
417
@Deprecated(
419
-
message ="""loginWithOOB is deprecated and will be removed in the next major version of the SDK.
420
-
"Use the APIs in the [com.auth0.android.authentication.mfa.MfaApiClient] class instead.""",
418
+
message ="loginWithOOB is deprecated and will be removed in the next major version of the SDK. Use the APIs in the [com.auth0.android.authentication.mfa.MfaApiClient] class instead.",
421
419
level =DeprecationLevel.WARNING
422
420
)
423
421
publicfunloginWithOOB(
@@ -457,8 +455,7 @@ public class AuthenticationAPIClient @VisibleForTesting(otherwise = VisibleForTe
457
455
* which your application must display to the end-user to be stored securely for future use.
458
456
*/
459
457
@Deprecated(
460
-
message ="""loginWithRecoveryCode is deprecated and will be removed in the next major version of the SDK.
461
-
"Use the APIs in the [com.auth0.android.authentication.mfa.MfaApiClient] class instead.""",
458
+
message ="loginWithRecoveryCode is deprecated and will be removed in the next major version of the SDK. Use the APIs in the [com.auth0.android.authentication.mfa.MfaApiClient] class instead.",
462
459
level =DeprecationLevel.WARNING
463
460
)
464
461
publicfunloginWithRecoveryCode(
@@ -495,8 +492,7 @@ public class AuthenticationAPIClient @VisibleForTesting(otherwise = VisibleForTe
495
492
* @return a request to configure and start that will yield [Challenge]
496
493
*/
497
494
@Deprecated(
498
-
message ="""multifactorChallenge is deprecated and will be removed in the next major version of the SDK.
499
-
"Use the APIs in the [com.auth0.android.authentication.mfa.MfaApiClient] class instead.""",
495
+
message ="multifactorChallenge is deprecated and will be removed in the next major version of the SDK. Use the APIs in the [com.auth0.android.authentication.mfa.MfaApiClient] class instead.",
0 commit comments