interface SessionCheckSuccess {
    claims?: Record<string, unknown>;
}

Properties

Properties

claims?: Record<string, unknown>

Decoded id_token payload. Present only in id_token mode.