changePassword(from:to:)
A function that allows you to change the password associated with the signing identity.
Declaration
func changePassword(from oldValue: String, to newValue: String) async throwsParameters
- oldValue:
The user authentication value used to perform the request to change the password.
- newValue:
The new user authentication value applied to the signing identity.