Structures
The following structures are available globally.
-
FRAppIntegrityKeys entity or datamodel which stores all the AppAttesation keys information
See moreDeclaration
Swift
public struct FRAppIntegrityKeys
-
CBConstants is mainly responsible to maintain all constant values related to Callback implementation
See moreDeclaration
Swift
public struct CBConstants
-
Declaration
Swift
public struct WebAuthn
-
FRDeviceIdentifier provides a unique identifier for each device defined in same Shared Keychain Access Group, and provides a secure mechanism to uniquely generate, persist, and manage the identifier
See moreDeclaration
Swift
public struct FRDeviceIdentifier
-
IdPClient is a representation of OAuth2 / OIDC client information to perfrom social login against selected provider
See moreDeclaration
Swift
public struct IdPClient
-
IdPValue is a representation of Social Identity Provider available through
See moreSelectIdPCallback
Declaration
Swift
public struct IdPValue
-
PublicKeyCredentialSource is a struct representing a WebAuthn Public Key credential. The initializer expects the folowing variables:
See moreid: [UInt8]
,rpId: String
,userHandle: [UInt8]?
,signCount: UInt32
,alg: Int
,otherUI: String
PublicKeyCredentialSources are used to list and stored credentials on the device.Declaration
Swift
public struct PublicKeyCredentialSource