export interface IAuthorizationServer { url?: string; data?: string; headers?: Record; authorizionComplete?: string; }