Table of Contents

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

string

Identity

The identity claim (JWT standard "sub" claim).

public const string Identity = "sub"

Field Value

string

Kind

The participant kind claim.

public const string Kind = "kind"

Field Value

string

Metadata

The metadata claim.

public const string Metadata = "metadata"

Field Value

string

Name

The participant name claim.

public const string Name = "name"

Field Value

string

RoomConfig

The room configuration claim.

public const string RoomConfig = "roomConfig"

Field Value

string

RoomPreset

The room preset claim.

public const string RoomPreset = "roomPreset"

Field Value

string

Sha256

The SHA256 hash claim (used for webhook validation).

public const string Sha256 = "sha256"

Field Value

string

Sip

The SIP grant claim.

public const string Sip = "sip"

Field Value

string

Video

The video grant claim.

public const string Video = "video"

Field Value

string