Skip to content

v4.0.0

Latest

Choose a tag to compare

@MrBurtyyy MrBurtyyy released this 23 Feb 15:17

Changes

Breaking Changes

  • The Identity Profile requirements as part of session creation are now strongly typed, with associated builders making it easier to request Identity Profile as part of a session.
    • Instead of using a Map<String, Object>, you will now need to use the IdentityProfileRequirementsPayload and associated buillder class (accessible via IdentityProfileRequirementsPayload.builder()
  • Some constructors that were incorrectly public, have now been made private (these have associated builders available)

Added

  • Support for Yoti Authentication tokens for backend authentication
    • A new yoti-sdk-auth module is available for API generation of authentication tokens, which can be used as a replacement for Yoti Signed Requests
    • The DocScanClient.Builder can now be configured to be used with an authentication token, rather than a PEM file.
  • Support for fetching ShareCodeResource as part of a session
    • These can be found on the GetSessionResult along with their associated media and tasks.
  • The capture_type property is now exposed for StaticLivenessResourceResponse
  • The process property is now exposed for breakdowns on the BreakdownResponse class