ClaimsResponse

data class ClaimsResponse(val claims: JwtPayload, val header: JwtHeader, val signature: ByteArray)(source)

JWT Payload containing claims for Supabase authentication tokens.

Required claims are iss, aud, exp, iat, sub, role, aal, session_id. All other claims are optional as they can be customized via Custom Access Token Hooks.

see https://supabase.com/docs/guides/auth/jwt-fields

Constructors

Link copied to clipboard
constructor(claims: JwtPayload, header: JwtHeader, signature: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int