Verify

public struct Verify

Command representing Verify Secret Command gemSpec_COS#14.6.6

  • Verify password command parameters

    Declaration

    Swift

    public typealias VerifyPasswordParameter = (password: Password, dfSpecific: Bool, pin: Format2Pin)

    Parameters

    password

    The password object to change/update

    dfSpecific

    whether or not the password object specifies a Global or DF-specific. true = DF-Specific, false = global

    pin

    the old secret (pin) to verify

    new

    the new secret (pin) to set

  • Use case Change Password Secret (Pin) gemSpec_COS#14.6.6.1

    Declaration

    Swift

    public static func verify(password parameter: VerifyPasswordParameter) -> HealthCardCommand

    Parameters

    parameter

    the arguments for the password change command

    Return Value

    Command for a change password secret command