Interface BearerAuthorizationContent

interface BearerAuthorizationContent {
    ds_user_id: string;
    sessionid: string;
    should_use_header_over_cookie: string;
}

Properties

ds_user_id: string
sessionid: string
should_use_header_over_cookie: string