supabase-kt
Toggle table of contents
3.4.1
common
Target filter
common
Switch theme
Search in API
Skip to content
supabase-kt
auth-kt
/
io.github.jan.supabase.auth.jwt
/
JWTUtils
JWTUtils
object
JWTUtils
(
source
)
Members
Properties
BASE64_
INSTANCE
Link copied to clipboard
val
BASE64_INSTANCE
:
Base64
JWT_
JSON_
INSTANCE
Link copied to clipboard
val
JWT_JSON_INSTANCE
:
Json
Functions
decode
Base64Byte
Array
Link copied to clipboard
fun
decodeBase64ByteArray
(
value
:
String
)
:
ByteArray
decode
Base64Url
Link copied to clipboard
fun
decodeBase64Url
(
value
:
String
)
:
String
decode
Jwt
Link copied to clipboard
fun
decodeJwt
(
jwt
:
String
)
:
JWTData
encode
To
Base64Url
Link copied to clipboard
fun
encodeToBase64Url
(
value
:
String
)
:
String