Enumerations
The following enumerations are available globally.
-
The error category that any
See moreErrorObjectcould belong to.Declaration
Swift
public enum ErrorCategory -
The factory class for module
See moreFLFoundation. This class has methods to create types exposed by this module.Declaration
Swift
public enum FLFoundationFactory -
HTTP Methods
See moreDeclaration
Swift
public enum HTTPMethod : String, Hashable -
Type that represents Errors that might result as part of request operation
See moreDeclaration
Swift
public enum NetworkError : Error -
Potential actions a
See moreConnectionErrorHandlercan returnDeclaration
Swift
public enum ConnectionErrorAction -
Enum values representing the states of an EventSource
See moreDeclaration
Swift
public enum ReadyState : String, Equatable -
Undocumented
See moreDeclaration
Swift
public enum DeviceCapability : String, Codable -
/ Additional security checks
See moreDeclaration
Swift
public enum SecurityChecks -
Undocumented
See moreDeclaration
Swift
public enum FailedCheck : CaseIterable -
Crypto Algorithms. They also provide API to create hmac using thes algorithms.
See moreDeclaration
Swift
public enum CryptoAlgorithm -
The contents of the JOSE Header (Javascript Object Signing and Encryption) describe the cryptographic operations applied to the JWT Claims Set. If the JOSE Header is for a JWS, the JWT is represented as a JWS and the claims are digitally signed or MACed, with the JWT Claims Set being the JWS Payload. If the JOSE Header is for a JWE, the JWT is represented as a JWE and the claims are encrypted, with the JWT Claims Set being the plaintext encrypted by the JWE. A JWT may be enclosed in another JWE or JWS structure to create a Nested JWT, enabling nested signing and encryption to be performed.
See moreDeclaration
Swift
public enum JWTHeaderKey : String -
The following Claim Names are registered in the IANA “JSON Web Token Claims” registry established by Section 10.1. None of the claims defined below are intended to be mandatory to use or implement in all cases, but rather they provide a starting point for a set of useful, interoperable claims.
See moreDeclaration
Swift
public enum JWTRegisteredClaimsKey : String -
Algorithms used for signing JWT
See moreDeclaration
Swift
public enum JWTAlgorithm -
Type that provides APIs to generate JWS
See moreDeclaration
Swift
public enum JWT -
WebVTT error codes
See moreDeclaration
Swift
public enum WebVTTErrorCodes : Int, LocalizedError
Enumerations Reference