Structures
The following structures are available globally.
-
Constants used throughout the PingBinding Module.
See moreDeclaration
Swift
public struct Constants -
A struct representing a cryptographic key pair, containing a public and a private key.
See moreDeclaration
Swift
public struct KeyPair -
A struct representing the prompt to be displayed to the user during an authentication ceremony.
See moreDeclaration
Swift
public struct Prompt : Sendable -
A struct representing the parameters for signing a JWS during a device binding operation.
See moreDeclaration
Swift
public struct SigningParameters -
A struct representing the parameters for signing a JWS with a previously bound user key.
See moreDeclaration
Swift
public struct UserKeySigningParameters -
A struct representing a user’s key.
See moreDeclaration
Swift
public struct UserKey : Codable, Identifiable, Sendable
View on GitHub
Structures Reference