You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team,
I'm having trouble implementing the CredentialWrapperValidatorPolicy class in a Java project because Java cannot directly override the abstract suspend fun verify(data: JsonElement, args: Any? = null, context: Map<String, Any>): Result<Any> method.
I would appreciate any help with an adapter method or class to make it usable in a Java project.
The text was updated successfully, but these errors were encountered:
Hi Team,
I'm having trouble implementing the
CredentialWrapperValidatorPolicy
class in a Java project because Java cannot directly override theabstract suspend fun verify(data: JsonElement, args: Any? = null, context: Map<String, Any>): Result<Any>
method.I would appreciate any help with an adapter method or class to make it usable in a Java project.
The text was updated successfully, but these errors were encountered: