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
/
JwtHeader
Jwt
Header
@
Serializable
data
class
JwtHeader
(
val
alg
:
JwtHeader.Algorithm
,
val
kid
:
String
?
=
null
,
val
typ
:
String
?
=
null
)
(
source
)
Members
Constructors
Jwt
Header
Link copied to clipboard
constructor
(
alg
:
JwtHeader.Algorithm
,
kid
:
String
?
=
null
,
typ
:
String
?
=
null
)
Types
Algorithm
Link copied to clipboard
enum
Algorithm
:
Enum
<
JwtHeader.Algorithm
>
Properties
alg
Link copied to clipboard
val
alg
:
JwtHeader.Algorithm
kid
Link copied to clipboard
val
kid
:
String
?
typ
Link copied to clipboard
val
typ
:
String
?