Contents

changePIN(from:to:)

A function that allows for the change of the PIN associated with the user identity.

Declaration

func changePIN(from oldValue: String, to newValue: String) async throws

Parameters

  • oldValue:

    The user authentication value used to perform the request to change the PIN.

  • newValue:

    The new user authentication value applied to user identity.

See Also

Identifying the pass user