Skip to content

Commit

Permalink
fix: export ICryptoServiceCallback to JS
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Oct 21, 2024
1 parent ec4d470 commit 9f4d181
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ external interface ICallbackCryptoServiceJS<PlatformCallbackType> {
fun register(platformCallback: PlatformCallbackType?): ICallbackCryptoServiceJS<PlatformCallbackType>
}

@JsExport
@JsName("ICryptoServiceCallback")
external interface ICryptoServiceCallbackJS {
fun verify(
jwt: String,
Expand Down

0 comments on commit 9f4d181

Please sign in to comment.