Interface AuthenticationError

All Superinterfaces:
MobileAuthenticationClientError, OperationError

public interface AuthenticationError extends OperationError
An extension of OperationError for the Authentication) operation. The SDK return a SessionProvider that can be used to continue the authentication. This can be useful when the SDK is used with Identity Suite and cookies as backend: even if the FIDO UAF authentication fails, we may want to continue using the same authentication session to ask the end-user to authenticate in another way.
  • Method Details

    • sessionProvider

      SessionProvider sessionProvider()
      Returns the SessionProvider that can be used to continue with the operation.
      Returns:
      a session provider