Protocols

The following protocols are available globally.

  • The FRAPolicy is an abstract Policy that provides general guidance on implementing policies to enforce the security of an Authenticator app. A policy must contain an unique name and instructions to determinate whether a condition is valid at a particular time. The policy may optionally contain some data to be used in the validation procedure.

    JSON representation of a policy: {“policyName” : { policyData }}

    See more

    Declaration

    Swift

    @objc
    public protocol FRAPolicy
  • StorageClient protocol represents predefined interfaces and protocols for FRAuthenticator’s storage method

    See more

    Declaration

    Swift

    public protocol StorageClient