Guides

  • Overview
  • Get started
  • How to?
    • Integrate through OIDC
    • Integrate in mobile apps
    • Add pluggable verification
    • Integrate through OTP
    • Sign documents with DVS
  • Tutorials
    • React Native integration
    • Auth0 integration
    • ForgeRock integration
    • Okta integration
    • OneLogin integration
    • WSO2 integration

Concepts

  • M-Pin Authentication Protocol
  • Designated Verifier Signature

References

  • MIRACL Trust DVS JS
  • MIRACL Trust MFA JS
  • MIRACL Trust OIDC API
  • MIRACL Trust SDK:Android
    • com.miracl.trust
      • MiraclError
      • MiraclResult
      • MiraclSuccess
      • MiraclTrust
    • com.miracl.trust.configuration
      • Configuration
    • com.miracl.trust.crypto
      • SigningKeyPair
      • SigningResult
    • com.miracl.trust.delegate
      • PinConsumer
      • PinProvider
      • ResultHandler
    • com.miracl.trust.model
      • AuthenticationUser
      • Identity
      • SigningUser
    • com.miracl.trust.network
      • ApiRequest
      • HttpMethod
      • HttpRequestExecutor
    • com.miracl.trust.registration
      • ActivationCode
      • ActivationToken
      • ActivationTokenResponse
    • com.miracl.trust.signing
      • Signature
    • com.miracl.trust.storage
      • UserStorage
    • com.miracl.trust.util.log
      • LoggerConstants
      • MiraclLogger
  • MIRACL Trust SDK:iOS
    • Classes
      • ActivationCode
      • ActivationToken
      • API
      • APISettings
      • AuthenticateResponse
      • AuthenticationUser
      • ClientSecretResponse
      • Configuration
      • Configuration.Builder
      • DefaultLoggingMessageWriter
      • Identity
      • Logger
      • MIRACLTrust
      • OneTimeCode
      • OTP
      • Pass1Response
      • Pass2Response
      • QuickCode
      • RegistrationResponse
      • Signature
      • SignatureResponse
      • SigningClientSecret1Response
      • SigningClientSecret2Response
      • SigningResponse
      • SigningUser
      • SQLiteUserStorage
      • VerificationConfirmationResponse
      • VerificationResponse
    • Enums
      • APICallResult
      • APIError
      • AuthenticationError
      • ConfigurationError
      • LogCategory
      • LoggerLevel
      • OTPGeneratorError
      • QuickCodeGeneratorError
      • RegistrationError
      • SigningError
      • SigningRegistrationError
      • SQLiteUserStorageError
      • VerificationError
    • Extensions
      • AuthenticationError
      • ConfigurationError
      • RegistrationError
      • SQLiteUserStorageError
      • UIDevice
      • URLSession
    • Protocols
      • LoggingMessageWriter
      • URLSessionDataTaskProtocol
      • URLSessionProtocol
      • UserStorage
    • Typealiases
      • ActivationTokenCompletionHandler
      • AuthcodeCompletionHandler
      • AuthenticateCompletionHandler
      • AuthenticationCompletionHandler
      • DataTaskResult
      • OTPCompletionHandler
      • PinRequestHandler
      • ProcessPinHandler
      • QuickCodeCompletionHandler
      • RegistrationCompletionHandler
      • SigningCompletionHandler
      • SigningRegistrationCompletionHandler
      • VerificationCompletionHandler

Tutorials

  • Auth0 integration
  • ForgeRock integration
  • Okta integration
  • OneLogin integration
  • React Native integration
  • WSO2 integration