Class LiveKitClaims
- Namespace
- LiveKit.Authentication
- Assembly
- LiveKit.AspNetCore.ServerSdk.dll
Claim names used in LiveKit authentication tokens.
public static class LiveKitClaims
- Inheritance
-
LiveKitClaims
- Inherited Members
Fields
Attributes
The attributes claim.
public const string Attributes = "attributes"
Field Value
Identity
The identity claim (JWT standard "sub" claim).
public const string Identity = "sub"
Field Value
Kind
The participant kind claim.
public const string Kind = "kind"
Field Value
Metadata
The metadata claim.
public const string Metadata = "metadata"
Field Value
Name
The participant name claim.
public const string Name = "name"
Field Value
RoomConfig
The room configuration claim.
public const string RoomConfig = "roomConfig"
Field Value
RoomPreset
The room preset claim.
public const string RoomPreset = "roomPreset"
Field Value
Sha256
The SHA256 hash claim (used for webhook validation).
public const string Sha256 = "sha256"
Field Value
Sip
The SIP grant claim.
public const string Sip = "sip"
Field Value
Video
The video grant claim.
public const string Video = "video"