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 -
Struct representing a location.
See moreDeclaration
Swift
public struct Location : Codable -
Implementation of the
See moreImmutableDeviceprotocol for managing devices that only support retrieval and deletion.Declaration
Swift
@available(iOS 13.0.0, *) public struct ImmutableDeviceImplementation<R> : ImmutableDevice where R : Device -
Implementation of the
See moreMutableDeviceprotocol for managing devices that support retrieval, deletion, and updates.Declaration
Swift
@available(iOS 13.0.0, *) public struct MutableDeviceImplementation<R> : MutableDevice where R : Device -
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 moreSelectIdPCallbackDeclaration
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: StringPublicKeyCredentialSources are used to list and stored credentials on the device.Declaration
Swift
public struct PublicKeyCredentialSource
View on GitHub
Structures Reference