$input['token'], 'token_type' => $input['type'] ?? 'bearer', 'expires_in' => $input['expires'] ?? null, 'user' => auth()->user(), ]; } }