Constants
public struct Constants
Constants used throughout the PingBinding Module.
-
The JWS (JSON Web Signature) key.
Declaration
Swift
public static let jws: String -
The device ID key.
Declaration
Swift
public static let deviceId: String -
The device name key.
Declaration
Swift
public static let deviceName: String -
The client error key.
Declaration
Swift
public static let clientError: String
-
The user ID key.
Declaration
Swift
public static let userId: String -
The username key.
Declaration
Swift
public static let username: String -
The challenge key.
Declaration
Swift
public static let challenge: String -
The authentication type key.
Declaration
Swift
public static let authenticationType: String -
The title key.
Declaration
Swift
public static let title: String -
The subtitle key.
Declaration
Swift
public static let subtitle: String -
The description key.
Declaration
Swift
public static let description: String -
The timeout key.
Declaration
Swift
public static let timeout: String -
The attestation key.
Declaration
Swift
public static let attestation: String
-
The signature key.
Declaration
Swift
public static let sig: String -
The algorithm key.
Declaration
Swift
public static let alg: String -
The ES256 algorithm name.
Declaration
Swift
public static let ES256: String -
The JWS type.
Declaration
Swift
public static let JWS: String -
The subject key.
Declaration
Swift
public static let sub: String -
The expiration time key.
Declaration
Swift
public static let exp: String -
The issued at key.
Declaration
Swift
public static let iat: String -
The not before key.
Declaration
Swift
public static let nbf: String -
The platform key.
Declaration
Swift
public static let platform: String -
The iOS platform name.
Declaration
Swift
public static let ios: String -
The issuer key.
Declaration
Swift
public static let iss: String -
The DeviceBindingCallback key
Declaration
Swift
public static let deviceBindingCallback: String -
The deviceSigningVerifierCallback key
Declaration
Swift
public static let deviceSigningVerifierCallback: String
View on GitHub