okta-mobile-kotlin
1.0.0
auth-foundation
/
com.okta.authfoundation.jwt
/
Jwt
/
hasValidSignature
has
Valid
Signature
suspend
fun
hasValidSignature
(
jwks
:
Jwks
)
:
Boolean
Content copied to clipboard
Validates the
Jwt.signature
against the
Jwks
.
Parameters
jwks
the
Jwks
to validate the
Jwt
against.