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
/
JwtParser
Jwt
Parser
class
JwtParser
Used to parse
String
s into
Jwt
s.
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
parse
Link copied to clipboard
fun
parse
(
rawValue
:
String
)
:
Jwt
Parses a given string into a
Jwt
, if possible.