Type Aliases

The following type aliases are available globally.

  • A context for which the authentication is valid.

    The context should be invalidated by calling invalidate() as soon as it is no longer required. All outstanding authentications for this context will be cancelled.

    See

    LAContext

    Declaration

    Swift

    public typealias AuthenticationContext = LAContext