Skip to main content

Interface: AuthWithBearer

The payload of a JWT token in case an auth token was used.

Properties

attributes

attributes: Record<string, any>


expiration

expiration: number


type

type: "Bearer"


userId

userId: string