Skip to content

Commit 9faedb6

Browse files
committed
refactor : Made the updateAuthenticationMethodById public
1 parent d4fa009 commit 9faedb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth0/src/main/java/com/auth0/android/myaccount/MyAccountAPIClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ public class MyAccountAPIClient @VisibleForTesting(otherwise = VisibleForTesting
370370
*
371371
*/
372372
@JvmOverloads
373-
internal fun updateAuthenticationMethodById(
373+
public fun updateAuthenticationMethodById(
374374
authenticationMethodId: String,
375375
authenticationMethodName: String? = null,
376376
preferredAuthenticationMethod: PhoneAuthenticationMethodType? = null

0 commit comments

Comments
 (0)