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
/
ClaimsRequestBuilder
Claims
Request
Builder
data
class
ClaimsRequestBuilder
(
var
allowExpired
:
Boolean
=
false
,
val
jwks
:
MutableList
<
JWK
>
=
mutableListOf()
)
(
source
)
A builder for
Auth.getClaims
Members
Constructors
Claims
Request
Builder
Link copied to clipboard
constructor
(
allowExpired
:
Boolean
=
false
,
jwks
:
MutableList
<
JWK
>
=
mutableListOf()
)
Properties
allow
Expired
Link copied to clipboard
var
allowExpired
:
Boolean
Whether allow expired JWTs
jwks
Link copied to clipboard
val
jwks
:
MutableList
<
JWK
>
A custom list of
JWK
s.