export interface ServiceTokenResponse { access_token: string scope?: string token_type: string expires_in: number }