Secure QRPresentation Builder
class SecureQRPresentationBuilder(nonce: String = UUID.randomUUID().toString(), aud: String = "https://self-issued.me/v2")
Functions
Link copied to clipboard
suspend fun buildPresentationWithKeyBinding(cred: PresentationCredential, sdJwtPresentationWithoutKb: String, issuedAt: Long, validitySeconds: Int = 180): String