Contents

CredentialSession.State.wired(credential:)

The state for performing wired operations with a given credential.

Declaration

case wired(credential: CredentialSession.Credential)

Parameters

  • credential:

    The credential currently in use by the session.

Mentioned in

Discussion

In the wired state, the session can call transceive(_:) to exchange data with the selected credential.

See Also

Credential session states