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
"Warning: this API is experimental. It may be changed in the future without notice. Do not use in production applications."
49
-
)
50
46
if (parameters.verificationContact.isBlank()) {
51
47
returnRegisterStrongAuthChallengeError(
52
48
errorType =ErrorTypes.INVALID_INPUT,
@@ -168,7 +164,6 @@ class RegisterStrongAuthState(
168
164
/**
169
165
* Requests the server to send the challenge to the default authentication method; callback variant
170
166
*
171
-
* <strong><u>Warning: this API is experimental. It may be changed in the future without notice. Do not use in production applications.</u></strong>
172
167
* @param parameters [com.microsoft.identity.nativeauth.parameters.NativeAuthChallengeAuthMethodParameters] Parameters used to challenge an authentication method.
173
168
* @param callback [com.microsoft.identity.nativeauth.statemachine.states.RegisterStrongAuthState.ChallengeAuthMethodCallback] to receive the result on.
174
169
*/
@@ -192,7 +187,6 @@ class RegisterStrongAuthState(
192
187
/**
193
188
* Requests the server to send the challenge to the default authentication method; Kotlin coroutines variant.
194
189
*
195
-
* <strong><u>Warning: this API is experimental. It may be changed in the future without notice. Do not use in production applications.</u></strong>
196
190
* @param parameters [com.microsoft.identity.nativeauth.parameters.NativeAuthChallengeAuthMethodParameters] Parameters used to challenge an authentication method.
197
191
* @return The result of the challenge authentication method action.
198
192
*/
@@ -251,7 +245,6 @@ class RegisterStrongAuthVerificationRequiredState(
251
245
/**
252
246
* Submits the challenge value to the server; callback variant.
253
247
*
254
-
* <strong><u>Warning: this API is experimental. It may be changed in the future without notice. Do not use in production applications.</u></strong>
255
248
* @param challenge The challenge value to be submitted.
256
249
* @param callback [com.microsoft.identity.nativeauth.statemachine.states.RegisterStrongAuthState.SubmitChallengeCallback] to receive the result on.
257
250
*/
@@ -275,7 +268,6 @@ class RegisterStrongAuthVerificationRequiredState(
275
268
/**
276
269
* Submits the challenge value to the server; Kotlin coroutines variant.
277
270
*
278
-
* <strong><u>Warning: this API is experimental. It may be changed in the future without notice. Do not use in production applications.</u></strong>
279
271
* @param challenge The challenge value to be submitted.
280
272
* @return The results of the submit challenge action.
281
273
*/
@@ -286,10 +278,6 @@ class RegisterStrongAuthVerificationRequiredState(
"Warning: this API is experimental. It may be changed in the future without notice. Do not use in production applications."
292
-
)
293
281
if (challenge.isBlank()) {
294
282
returnRegisterStrongAuthSubmitChallengeError(
295
283
errorMessage ="Empty challenge provided.",
@@ -377,7 +365,6 @@ class RegisterStrongAuthVerificationRequiredState(
377
365
/**
378
366
* Requests the server to send the challenge to the default authentication method; callback variant
379
367
*
380
-
* <strong><u>Warning: this API is experimental. It may be changed in the future without notice. Do not use in production applications.</u></strong>
381
368
* @param parameters [com.microsoft.identity.nativeauth.parameters.NativeAuthChallengeAuthMethodParameters] Parameters used to challenge an authentication method.
382
369
* @param callback [com.microsoft.identity.nativeauth.statemachine.states.RegisterStrongAuthState.ChallengeAuthMethodCallback] to receive the result on.
383
370
*/
@@ -401,7 +388,6 @@ class RegisterStrongAuthVerificationRequiredState(
401
388
/**
402
389
* Requests the server to send the challenge to the default authentication method; Kotlin coroutines variant.
403
390
*
404
-
* <strong><u>Warning: this API is experimental. It may be changed in the future without notice. Do not use in production applications.</u></strong>
405
391
* @param parameters [com.microsoft.identity.nativeauth.parameters.NativeAuthChallengeAuthMethodParameters] Parameters used to challenge an authentication method.
406
392
* @return The result of the challenge authentication method action.
0 commit comments