okta-mobile-kotlin
1.0.0
auth-foundation
/
com.okta.authfoundation.jwt
/
JwtParser
Jwt
Parser
class
JwtParser
Content copied to clipboard
Used to parse
String
s into
Jwt
s.
Types
Functions
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
parse
Link copied to clipboard
suspend
fun
parse
(
rawValue
:
String
)
:
Jwt
Content copied to clipboard
Parses a given string into a
Jwt
, if possible.