We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c9903a + b738340 commit fa1a0f4Copy full SHA for fa1a0f4
src/postLoginEvent.ts
@@ -165,10 +165,10 @@ export type PostLoginEvent = {
165
request: Request;
166
resource_server?: EventResourceServer;
167
secrets: EventSecrets;
168
- session: Session;
+ session?: Session;
169
stats: EventStats;
170
tenant: EventTenant;
171
- transaction: EventBaseTransaction<"oidc-ciba" | "oidc-hybrid-profile"> & {
+ transaction?: EventBaseTransaction<"oidc-ciba" | "oidc-hybrid-profile"> & {
172
linking_id?: string;
173
requested_authorization_details?: Array<{
174
type: string;
0 commit comments