Structures

The following structures are available globally.

  • Constants used throughout the PingBinding Module.

    See more

    Declaration

    Swift

    public struct Constants
  • A struct representing a cryptographic key pair, containing a public and a private key.

    See more

    Declaration

    Swift

    public struct KeyPair
  • A struct representing the prompt to be displayed to the user during an authentication ceremony.

    See more

    Declaration

    Swift

    public struct Prompt : Sendable
  • A struct representing the parameters for signing a JWS during a device binding operation.

    See more

    Declaration

    Swift

    public struct SigningParameters
  • A struct representing the parameters for signing a JWS with a previously bound user key.

    See more

    Declaration

    Swift

    public struct UserKeySigningParameters
  • A struct representing a user’s key.

    See more

    Declaration

    Swift

    public struct UserKey : Codable, Identifiable, Sendable