Interface SolidAuthServerOptions

Hierarchy

  • SolidAuthServerOptions

Properties

Properties

cookies?: {
    keys: string[];
    maxAge: number;
}

Type declaration

  • keys: string[]
  • maxAge: number
port: number