$this->token, 'token_type' => 'bearer', 'expires_in' => strtotime($this->expires_at)-time(), 'refresh_token' => $this->refreshToken ]; } }