We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4fa009 commit 9faedb6Copy full SHA for 9faedb6
auth0/src/main/java/com/auth0/android/myaccount/MyAccountAPIClient.kt
@@ -370,7 +370,7 @@ public class MyAccountAPIClient @VisibleForTesting(otherwise = VisibleForTesting
370
*
371
*/
372
@JvmOverloads
373
- internal fun updateAuthenticationMethodById(
+ public fun updateAuthenticationMethodById(
374
authenticationMethodId: String,
375
authenticationMethodName: String? = null,
376
preferredAuthenticationMethod: PhoneAuthenticationMethodType? = null
0 commit comments