CredentialValue

public final class CredentialValue

Class that represents the credential value returned by the Pin.requestCredential(pinProperties:state:readerName:cardLabel:env:completionHandler:) function.

Note:

This object can be used in login process.

  • Returns the credential value set by the user using the PIN dialog.

    Declaration

    Swift

    public func getValue() -> String?

    Return Value

    the credential value

  • Returns the credential type. Could be "facial" or "pin".

    Declaration

    Swift

    public func getType() -> String?

    Return Value

    the credential type.