Okta Mobile Kotlin SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Okta Mobile Kotlin SDK
auth-foundation
/
com.okta.authfoundation.jwt
/
Jwt
/
hasValidSignature
has
Valid
Signature
suspend
fun
hasValidSignature
(
jwks
:
Jwks
)
:
Boolean
Validates the
Jwt.signature
against the
Jwks
.
Parameters
jwks
the
Jwks
to validate the
Jwt
against.