TokenInvalidationContext constructor
const
TokenInvalidationContext({})
Implementation
const TokenInvalidationContext({
required this.guard,
this.accessToken,
this.refreshToken,
this.userId,
this.tokenPayload,
this.tokenExpiry,
this.metadata,
});